Linear Algebra A — Matrices & Determinants
The determinant — the area factor
continues from lesson 1 — values defined earlier in the course stay live here
ELI5: the determinant crushes a 2×2 machine down to one telling number — the factor by which it scales area. det = 5 → areas come out 5× bigger; det = 0 → the machine flattens space onto a line, and flattening can never be undone. For [[a, b], [c, d]] the formula is ad − bc.
Real-world hook: a zero determinant is the math behind a singular (un-invertible) system — sensors that secretly measure the same thing, equations that don't actually pin down a unique answer.
Try it yourself: compute the determinant of [[5, 2], [3, 4]] (use ad − bc).
Where next: Linear Algebra B uses the determinant to undo a matrix and to solve systems of equations.