[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ax=B
From: |
Johan Kullstam |
Subject: |
Re: Ax=B |
Date: |
31 Jul 2000 21:26:52 -0400 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 |
Alfredo Tomasini <address@hidden> writes:
> I checked in the manual for a built in fuction that solve linear system
> in the form Ax=B, I cannot find it.
x = AÜB
think B divided by A.
btw if you have a row vector x and b, and matrix A
x*A = b
use
x = b/A
--
J o h a n K u l l s t a m
address@hidden
Don't Fear the Penguin!
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Ax=B, Alfredo Tomasini, 2000/07/31
- Re: Ax=B,
Johan Kullstam <=