For a matrix ():
Rank — the number of linearly independent rows (or equivalently, columns). Also equals the number of pivots in Gaussian Elimination.
Four fundamental subspaces:
- Column space — span of columns of ; all possible outputs . Dimension = rank
- Row space — span of rows of . Dimension = rank
- Null space — all such that . Dimension = (nullity)
- Left null space — dimension =
Rank-Nullity Theorem: (number of columns).
Implications:
- has a solution iff
- Solution is unique iff (nullity = 0)
- Full rank () means maximum information, no redundancy
- Rank deficiency → Singular Value Decomposition (SVD) has zero singular values
See also: Gaussian Elimination, Matrix Multiplication