The MDETERM function is one of the math and trigonometry functions. It is used to return the matrix determinant of an array.
MDETERM(array)
The MDETERM function has the following argument:
If any of the cells in the array contain empty or non-numeric values, the function will return the #N/A error.
If the number of rows in the array is not the same as the number of columns, the function will return the #VALUE! error.
How to apply the MDETERM function.
The figure below displays the result returned by the MDETERM function.