MDETERM()

Syntax. MDETERM(array)

Definition. This function returns the determinant of an array.

Argument

Background. The calculation of the determinant is based on a numeric array. An array can be given as the following:

If the cells in the array are empty or contain text, the MDETERM() function returns the #VALUE! error. If the array does not have an equal number of rows and columns, the MDETERM() function returns the #VALUE! error.

Determinants are generally used for solving systems of equations. If the determinant is zero, the equation has no (definite) solution.

To calculate the determinant of array A, use the following formulas:

Gottfried Leibniz (German philosopher and mathematician, 1646–1716) developed the Leibniz formula as a common formula for an n • n array:

image with no caption

Example. See the example for the MINVERSE() function.

See Also

MINVERSE(), MMULT(), TRANSPOSE()