help-octave
[Top][All Lists]
Advanced

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

Re: Novice question on A \ b


From: John B. Thoo
Subject: Re: Novice question on A \ b
Date: Thu, 10 Mar 2005 17:14:29 -0800

On Mar 10, 2005, at 5:05 PM, Geordie McBain wrote:

octave:18> A = [ [1, 1, 2, 3]' [0, 0, 4, 4]']; b = [3, 0, -1, 0]'; A \ b
ans =

   1.40000
  -1.00000


I think this is the minimum norm solution, but Octave did not issue a
warning.  What is wrong with my thinking?

I think Octave only warns when a square matrix is (numerically)
singular.  Since no nonsquare matrices are nonsingular, it could
reasonably be argued that the warning would be redundant.

Brilliant.  That makes sense to me.  Thanks. :-)

---John.



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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