MDETERM
Returns the matrix determinant of an array
Syntax
MDETERM(array)
Parameters
- array: Required. A numeric array with an equal number of rows and columns
Example
=MDETERM({1,3,8,5;1,3,6,1;1,1,1,0;7,3,10,2})Returns the matrix determinant of an array
MDETERM(array)
=MDETERM({1,3,8,5;1,3,6,1;1,1,1,0;7,3,10,2})