MDETERM(array)
=MDETERM(A2:D5)
The function is used to return the determinant of a matrix. For example, the formula returns the determinant of the matrix found in the range A2:D5.
=MDETERM({3,6,1;1,1,0;3,10,2})
The function can also be used with an array constant. For example, the formula returns the determinant of the matrix found in the array constant.
=MDETERM(MMULT(A1:C3,D1:F3))
The function can be used with certain Sourcetable functions that return a matrix as a result. For example, the MMULT function can be used with the MDETERM function to return the determinant of the result matrix of the MMULT function. The formula returns the determinant of the result matrix of the MMULT function.
The MDETERM function is a Sourcetable tool used to calculate the matrix determinant of a numeric array. It requires an array argument with an equal number of rows and columns as input.