Compute the determinant of 2×2 and 3×3 matrices with full cofactor expansion and geometric interpretation.
det(I) = 1
det(I) = 1 — The identity matrix always has determinant 1.
det(AB) = det(A) · det(B) — Determinant is multiplicative over matrix products.
det(Aᵀ) = det(A) — Transposing a matrix does not change its determinant.
Swap rows → negate det — Each row swap multiplies the determinant by −1.
Two equal rows → det = 0 — Linearly dependent rows force the determinant to zero.
Scale one row by k → det scales by k — Only that one row's contribution is scaled.
|det| = area / volume
2×2 matrix: |det(A)| equals the area of the parallelogram formed by the two column vectors [a, c] and [b, d]. If det > 0, the orientation is preserved; if det < 0, it is reversed.
3×3 matrix: |det(A)| equals the volume of the parallelepiped formed by the three column vectors. Again, sign indicates orientation.
det = 0: The columns are linearly dependent — they lie in a lower-dimensional space (a line for 2×2, a plane for 3×3), so there is no area or volume. The matrix is singular and has no inverse.
One-on-one Algebra 2 tutoring builds intuition for determinants, matrix inverses, and Cramer's Rule — we work through your homework and tests until it clicks.