help-octave
[Top][All Lists]
Advanced

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

liboctave solve


From: Matthew Wollenweber
Subject: liboctave solve
Date: Thu, 19 Jun 2003 12:21:45 -0500

What is the difference between the functions solve() and lssolve()?


In specfic I have a Matrix A and a column vectors b and p. 

I want to solve for p = A\b
currently p = A.solve(b) returns an error, but i'm not sure if 
p = A.lssolve(b) is what I really want.

Is p = A.lssolve(b) the correct way to solve this system?

thanks for the help

-- 

---------------------------
Matthew Wollenweber       
address@hidden



-------------------------------------------------------------
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]