The Determinant
; for , expand along a row: each entry times the determinant of what remains, with alternating signs. Geometrically, is the area (or volume) scale factor of the map.
exists exactly when , and for : — swap the diagonal, negate the off-diagonal, divide by the determinant. Also , so .
fails to invert when : at the rows become parallel and the matrix flattens the plane onto a line.
Jacobians in calculus are determinants (area scaling); Cramer's rule solves small systems by determinants; the characteristic polynomial that finds eigenvalues IS a determinant; and orientation (does a transformation flip space?) is its sign. It is the only scalar that summarizes an entire matrix's invertibility and volume behavior.
What is ? Work: row 3 row 1 row 2 — a dependence, so the determinant is : no expansion needed. Spotting structure beats grinding cofactors; check by expansion if unconvinced.
Proofs & Why It Matters
The matrix sends the unit square (spanned by ) to the parallelogram spanned by the columns and .
Embed in 3D and take the cross product: , so the parallelogram's area is — the factor by which EVERY area scales, since any region is a limit of little squares. The sign records whether orientation flips.
Multiply directly: .
When , dividing by it gives ; when the product is the zero matrix, so no inverse can exist (an invertible product would force ).
The map first scales areas by (applying ), then by (applying ) — so the composite scales areas by the product. Since the determinant IS the (signed) area factor, . Setting repeatedly gives .
Going Deeper: Explanations & Worked Problems
The determinant answers three seemingly different questions with one number. ALGEBRA: has a unique solution iff — the determinant is the product of the pivots (up to sign from row swaps), so "no zero pivot" and "nonzero determinant" are the same statement.
GEOMETRY: is the factor by which scales all areas (volumes in 3D), and its sign records orientation — negative means the plane got flipped. COMPUTATION: expand along any row or column (each entry times its minor, alternating signs in a checkerboard), or better, row reduce and multiply pivots — for large matrices, elimination is exponentially faster than cofactors. Useful consequences worth having at your fingertips: a matrix with two equal rows has determinant (swap them: the sign flips yet nothing changed); triangular matrices have determinant product of the diagonal; and .
Let . COFACTORS along row 1: . Evaluate each : ; ; .
Assemble with the signs: . ELIMINATION: swap (determinant flips sign), then clear below: the pivots come out ... product , times the swap sign gives ✓. Same number, two engines — cofactors for small or sparse matrices, elimination for everything else.
Solve by the inverse.
Step 1 — determinant: .
Step 2 — the inverse recipe (swap diagonal, negate off-diagonal, divide): .
Step 3 — multiply: .
Step 4 — check in the original system: ✓, ✓. Because , this matrix even preserves areas exactly — an example of the geometry and the algebra agreeing to the digit.