The rank of A and its relationship to the rank of the augmented matrix [A | b] settles every question about A·x = b — whether a solution exists, whether it is unique, and what shape the solution set takes. The table below collects each rank pattern alongside the resulting outcome, the structure of the solution set, and the geometric picture, providing a single reference card for the hub.
| Rank pattern |
Outcome |
Solution set structure |
Geometric picture |
| rank(A) < rank([A | b]) |
inconsistent |
empty |
hyperplanes with no common point (e.g., parallel lines in ℝ²) |
| rank(A) = rank([A | b]) = n |
consistent and determined |
a single point in ℝⁿ |
n independent hyperplanes meet at one point |
| rank(A) = rank([A | b]) = r < n |
consistent and underdetermined |
affine flat: particular solution + null space of A; dimension n − r |
hyperplanes intersect along a line, plane, or higher flat |
| rank(A) < n with b = 0 (homogeneous) |
nontrivial solutions exist |
null space of A; subspace of dimension n − rank(A) |
a subspace through the origin |