home *** CD-ROM | disk | FTP | other *** search
- This directory contains functions for linear matrix manipulation.
- In particular, it contains L and U, which take the lower and upper
- parts of the LU decomposition of a matrix. To test it, try:
-
- show 0 : A | [L,U]
-
- which will decompose matrix A. The two parts may be multiplied back
- together, i.e.
-
- show 0 : A | [L,U] | MatMul
-
- should return A.
-