Module 4: Determinants
When the determinant of a transformation is zero, something dramatic happens: the entire 2D plane gets crushed down to a line — or even a single point. No area survives.
A zero determinant means the two column vectors — the new homes of^ and ^ — are parallel (or one is zero). They no longer span a plane. Every point in 2D space gets mapped into that single line.
Watch the grid in the interactive as you push the "how singular" slider toward 1. The green grid lines compress together. When det = 0, all of 2D space has been flattened onto one line.
Once a transformation with det = 0 is applied, you can't recover the original vector. Many different inputs map to the same output. The transformation is not invertible — there's no way to undo it.
The set of all vectors that map to 0 is called the null space of the matrix. When det ≠ 0, the null space contains only the zero vector. When det = 0, the null space is an entire line (in 2D) — all those vectors that "disappear" into the origin.
In practice, exact zero rarely appears. But a matrix with a very small determinant is nearly singular — numerically unstable. Small errors in input produce huge errors in output. This is called ill-conditioning, and it's why numerical analysts worry about the condition number, not just the determinant.