help-octave
[Top][All Lists]
Advanced

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

Re: system of equations


From: Ben Abbott
Subject: Re: system of equations
Date: Fri, 29 Oct 2010 00:02:55 +0800

On Oct 28, 2010, at 11:24 PM, Jakob Reinhardt wrote:

> dear octave help,
> 
> i need to find a solution for a system of equations in octave. what functions 
> can I use? Do you know a forum or faq or something else where I can find 
> help? Thank you!

If you want a ordinary or generalized least squares solution to a linear 
system, then see the link below.

        
http://www.gnu.org/software/octave/doc/interpreter/Linear-Least-Squares.html

Or for A*X=B, 

        x = A\B;

Ben


reply via email to

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