CALC.mdeterm(array)

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

Example

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

// returns 1

<< CALC.log10(number) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.minverse(array) >>