Determinant Calculator

Compute the determinant of a 2×2 or 3×3 matrix with cofactors and invertibility check.

3×3 Matrix

Determinant
0
Invertible?
Matrix Size
3×3

Cofactors (First Row)

Step-by-Step

Understanding Matrix Determinants

2×2: det = a*d - b*c

3×3: Cofactor expansion along the first row

Properties

  • A matrix is invertible if and only if its determinant is non-zero
  • det(AB) = det(A) × det(B)
  • Swapping two rows changes the sign of the determinant

Related Calculators