MxInverse
|
Matrix functions |
SYNTAX | MxInverse( mx ) |
RETURNS | Matrix |
FUNCTION | The function calculates inverse of the matrix. Matrix can only be inverted if it is not singular, i.e. when its determinant is not equal zero. Inverse matrix can be used for example to solve linear equation system, but it is faster and slightly more accurate to use MxSolve for this purpose. For more info on usage of inverse matrices see MxSolve documentation. |
EXAMPLE | |
SEE ALSO | Matrix() function , MxSolve() function |
The MxInverse function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.