next up previous contents
Next: who Up: Built in Functions Previous: gecon

AXB

Usage: AXB(<matrix>,<matrix>)
Solves a system of linear equations A*X = B
Returns a solution to a system of linear equations A*X = B by using the LU factorization computed by the lapack function GETRF.
Ex:AXB(A,B)
Uses the LAPACK function getrs.
See:http://www.osl.iu.edu/research/mtl/doc/getrscharLapackMatrixAVectorIntLapackMatrixB.html



Arun Francis Rodrigues
1999-08-17