Determinant

Calculates the determinant of a square matrix. An optional tolerance can be given for numerical matrices.

Syntax

det(Matrix)
det(Matrix, Tolerance)

Examples

Matrix operations

You can input matrices using a template or from the keyboard in the form [1,2;3,4]. The transpose symbol T can be entered using @T.