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

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

[Octave-bug-tracker] [bug #29679] unexpected print


From: David Bateman
Subject: [Octave-bug-tracker] [bug #29679] unexpected print
Date: Mon, 26 Apr 2010 17:19:26 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1)

Update of bug #29679 (project octave):

                  Status:                    None => Invalid                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

"," is not the operator for a matrix product, "*" is.. So you wanted to write
"C=A*B;".. What you instead wrote effectively means

C=A
B;

So you set C equal to A and displayed it, and then did a NOOP on B.. The
behavior you saw is as expected

D.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29679>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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