The MDETERM ()is a math and trig function which takes ‘number’ as an argument and returns the matrix determinant of an array .The matrix determinant is a number derived from the values given in the array.
Formula:
=MDETERM(array) In the above syntax array denotes a numeric array. The array should have equal number of rows and columns.
Video Tutorial:
Let us see how this mdeterm function returns the matrix determinant of an array with the help of the below video.