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

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

[Octave-bug-tracker] [bug #40028] linsolve function is missing


From: Rik
Subject: [Octave-bug-tracker] [bug #40028] linsolve function is missing
Date: Sat, 14 Sep 2013 23:26:57 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:23.0) Gecko/20100101 Firefox/23.0

Update of bug #40028 (project octave):

                Severity:              3 - Normal => 2 - Minor              

    _______________________________________________________

Follow-up Comment #1:

linsolve is generally unnecessary in Octave, you can just use the division
operators '/', '\', or their named equivalents mldivide, mrdivide.  In fact,
you can do this in Matlab as well and then the script would be portable
between the two.

Octave automatically detects the type of the matrix on the first attempt to
solve a linear equation.  You can manually set the matrix type, in the same
manner as linsolve, using the matrix_type() function.  But why bother? 
Particularly, because if you get the type wrong the results will be rubbish.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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