logo
excelfunctions.org
bookmarks

MDETERM

Returns the matrix determinant of an array.

Math & TrigonometryMath Basics

What it does

Calculates the determinant of a square matrix.

Syntax

MDETERM(array)

Arguments

  • array(array) β€” Square matrix.

Examples

Determinant

Calc det of 2x2 matrix.

FORMULA
=MDETERM(A1:B2)
RESULT
-2
SAMPLE DATA
AB
1AB
212
334