3.710 min read
The Null Space
The null space (or kernel) of is the set of all vectors that map to zero: . It is always a subspace of (the domain).
The null space captures the "collapse" of the map — vectors in the null space all land at the same point (the origin). A large null space means the map loses a lot of information.
The nullity is the dimension of the null space: . Nullity equals the number of free variables when solving .
Formal View
Definition 3.7 — Null Space and Nullity
The null space of is
This is always a subspace of . The nullity is .
Why This Matters
The null space tells us exactly how much information is lost by applying the matrix.
- A camera projection matrix has a nontrivial null space: depth information is lost
- The null space of an audio filter gives the frequencies completely eliminated
- In control theory, the null space of the output matrix gives unobservable state directions
Quiz
Question 1
The null space of any matrix always contains the zero vector.
Common Mistakes
- Confusing the null space (in the domain ) with the column space (in the codomain ).
- Thinking the null space is "unimportant" — it determines whether solutions are unique.