Solution Space Shape, Affine Sets, and Dimension
Once we know a system is consistent, the next question is: what does the solution set look like? The answer is always an affine set — a flat, shifted version of a subspace.
For a system of equations in unknowns with rank (the effective number of constraints), the solution set has dimension . When no exceptional behavior occurs, , giving dimension .
An affine set of dimension is: a single point (dimension 0), a line (dimension 1), a plane (dimension 2), or higher-dimensional flat. These are always "translated" versions of vector subspaces — they don't have to pass through the origin.
Concretely: the general solution is a particular solution (one specific solution) plus any solution to the homogeneous system (which forms a subspace). This is the affine structure.
Formal View
Why This Matters
The structure of solution sets is not arbitrary — it is always a flat, shift of a subspace.
- Image deblurring: the solution set being affine means we can parameterize all possible deblurred images
- In control theory, the set of feasible control inputs often forms an affine set
- Affine structure enables efficient sampling from solution sets in Monte Carlo methods
Quiz
A consistent system with unknowns and rank has solution set of dimension:
The solution set of a consistent linear system always passes through the origin.
Common Mistakes
- Thinking the expected dimension always holds — exceptional cases (redundant or contradictory equations) change this.
- Confusing the solution set (an affine set) with the null space (a subspace). They are related but distinct.