Linear Algebra

Matrix Determinant

Determinant of a square matrix (any size).

Formula

Formula
det(A)

Variables

SymbolDefinitionType & rangeUnitsRole
A square matrix real matrix input

Try it yourself

Interactive calculator
rows separated by ';' , values by commas
Result

Worked examples

Example 1
GivenA = 1, 2, 3; 4, 5, 6; 7, 8, 10
Result-3
Example 2
GivenA = 2, 0; 0, 3
Result6