CALC.minverse(array)

Returns the inverse matrix (2D array) of the specified 2D array.

Example

CALC.minverse([[1,0,0],[0,1,0],[0,0,1]]);

<< CALC.mdeterm(array) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.mmult(array1, array2) >>