help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: subtraction of vectors results in 0 [bug?]


From: Jonathan Camilleri
Subject: Re: subtraction of vectors results in 0 [bug?]
Date: Mon, 30 Nov 2015 15:52:48 +0100

sorry this was correct, somehow the vectors have the same value, but I still do not understand why the error is invalidating the subtraction.

 v = [0,0;0,0;0,0]
v =

   0   0
   0   0
   0   0

>> x-v
ans =

   1   0
   1   1
   2   4

>> x
x =

   1   0
   1   1
   2   4

On 30 November 2015 at 15:50, Jonathan Camilleri <address@hidden> wrote:
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)

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.




--
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.

and, angel start-up investment opportunities available at http://slyth3.wix.com/jon-business.
Online resume is available online at http://mt.linkedin.com/in/jonathancamilleri and shared bookmarks at https://delicious.com/jon80.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]