MDeterm

Syntax

MDeterm(Values)

Parameters

Values. Cell range containing a two-dimensional numeric array with equal number of rows and columns.

NOTE. To define the range, specify the addresses of the upper left and the lower right cells where the matrix is located.

Description

It returns the matrix determinant of a cell array.

Comments

Determinant of matrix is a number calculated based on the values of array elements.

The MDeterm function returns an error value if:

Example

The source matrix looks as follows:

Formula Result Description
=MDeterm(A0:C2) 8644 The determinant of the above given matrix.

See also:

Function WizardMathematical FunctionsMInverseMMult