Determinant Calculator
Calculate the determinant of any square matrix up to 6x6.
Matrix Size
Enter Matrix
Determinant
0.000000
Trace
15.0000
Invertible
No
Cofactor Matrix
-3.00
6.00
-3.00
6.00
-12.00
6.00
-3.00
6.00
-3.00
Properties
- det(AB) = det(A) * det(B)
- det(A^T) = det(A)
- det(kA) = k^n * det(A) for n x n matrix
- det(A^-1) = 1 / det(A)