help-octave
[Top][All Lists]
Advanced

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

LU decomposition: backsubstitution available?


From: Thomas Hoffmann
Subject: LU decomposition: backsubstitution available?
Date: Wed, 25 Mar 1998 10:27:40 +0100 (MET)

It is a known procedure for the solution of a sequence of
systems of linear equations Ax=b with only varying rhs to
make once a LU decompostion of A (function lu() of octave)
and then backsubstitute for the several b's, e.g.
  x=backsubs(l,u,b)
As e.g. RLaB has such an mechanism, I thought of similar
functionality in Octave, but did not find any.

Can anybody shed some light on this?

Thomas.



reply via email to

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