MxInverse
- calculate inverse matrix

Matrix functions
(AmiBroker 6.10)


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

References:

The MxInverse function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.