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

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

[Octave-bug-tracker] [bug #55201] Wrong result while dividing matrices


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #55201] Wrong result while dividing matrices
Date: Tue, 11 Dec 2018 10:46:31 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0

Update of bug #55201 (project octave):

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

    _______________________________________________________

Follow-up Comment #1:

I see the same result you see in Octave when I run your examples in Matlab.

Also:

>> [-2.5 3.5] * [3, -2; 1, 2]

ans =

    -4    12


And:

>> [2 5] * [3, -2; 1, 2]

ans =

    11     6


So your expected result seems to be wrong.

Closing as invalid.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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