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: Wed, 12 Dec 2018 02:32:32 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0

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

Looking at your numbers again, I am guessing you probably wanted to calculate
the following:

>> [3, -2; 1, 2] \ [-4; 12]
ans =

   2
   5

>> inv([3, -2; 1, 2]) * [-4; 12]
ans =

   2
   5




    _______________________________________________________

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]