octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #56901] Bad bug in Matrices


From: Torsten Lilge
Subject: [Octave-bug-tracker] [bug #56901] Bad bug in Matrices
Date: Mon, 16 Sep 2019 08:20:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/11.0 Safari/605.1.15 Epiphany/605.1.15

Follow-up Comment #2, bug #56901 (project octave):

The result for


eye + [1,0;0,0]


is correct. "eye" without argument gives 1 and this 1 is added to each
component of the second matrix in the sum. I guess


eye(2) + [1,0;0,0]


is what you meant. 



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56901>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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