Matrix Input
Result
Enter matrix values and click Calculate
Compute det(A) for 2×2 and 3×3 matrices with full cofactor expansion steps. See every minor, every cofactor, and the Sarrus rule visualized on the canvas.
det(A) = ad − bc (2×2)
The determinant encodes how much a matrix scales area (2D) or volume (3D). If det(A) = 0 the matrix is singular — its columns are linearly dependent and the transformation collapses space to a lower dimension.
For a 3×3 matrix, cofactor expansion picks any row or column and sums products of each entry with its signed minor. Expanding along the first row is most common.
"Bring this exact matrix to a session — I'll help you see why cofactor expansion works and how determinants connect to geometry."