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]