help-octave
[Top][All Lists]
Advanced

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

Re: set of linear equations ax = b


From: Stefan van der Walt
Subject: Re: set of linear equations ax = b
Date: Mon, 6 Jun 2005 19:13:45 +0100
User-agent: Mutt/1.5.6i

B needs to be a columnvector, i.e.

B = [6; -7; 6];

Regards
Stefan

On Mon, Jun 06, 2005 at 06:45:30PM +0200, Csanyi Pal wrote:
> A \ B
> 
> but get the error:
> error: operator \: nonconformant arguments (op1 is 3x3, op2 is 1x3)
> error: evaluating binary operator `\' near line 16, column 3



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