help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
subtraction of vectors results in 0 [bug?]
From
:
Jonathan Camilleri
Subject
:
subtraction of vectors results in 0 [bug?]
Date
:
Mon, 30 Nov 2015 15:50:15 +0100
I am not sure if this is correct.
v
v =
1 0
1 1
2 4
>> x
x =
1 0
1 1
2 4
>> ans = v-x
ans =
0 0
0 0
0 0
error: operator *: nonconformant arguments (op1 is 3x2, op2 is 3x2)
See
http://www.purplemath.com/modules/mtrxadd.htm
.
I do not have access to the bug tracker.
--
Jonathan Camilleri
Mobile (MT): ++356 7982 7113
E-mail:
address@hidden
Please consider your environmental responsibility before printing this e-mail.
I usually reply to emails within 2 business days. If it's urgent, give me a call.
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
subtraction of vectors results in 0 [bug?]
,
Jonathan Camilleri
<=
Re: subtraction of vectors results in 0 [bug?]
,
Jonathan Camilleri
,
2015/11/30
Re: subtraction of vectors results in 0 [bug?]
,
Nicholas Jankowski
,
2015/11/30
Re: subtraction of vectors results in 0 [bug?]
,
Nicholas Jankowski
,
2015/11/30
Prev by Date:
how do I calculate probabilities using data files and sets of data numeric and text?
Next by Date:
Re: subtraction of vectors results in 0 [bug?]
Previous by thread:
how do I calculate probabilities using data files and sets of data numeric and text?
Next by thread:
Re: subtraction of vectors results in 0 [bug?]
Index(es):
Date
Thread