The homogeneous system A·x = 0 shows up far beyond its own statement: every test of linear independence, every eigenvector calculation, every analysis of a non-homogeneous solution set, and every kernel computation reduces to solving one. The table below collects each construction in which homogeneous systems play a role, alongside the specific equation involved and what its solutions represent in that context.
| Where homogeneous systems appear |
The equation |
What its solutions represent |
| Null space of A |
A x = 0 |
every vector in Null(A); basis vectors come from free variables |
| Testing linear independence |
A c = 0, with A = [v1 ⋯ vk] |
independent ⟺ only c = 0; nontrivial c gives an explicit dependence relation |
| Eigenvectors for eigenvalue λ |
(A − λI) x = 0 |
eigenvectors of A for λ; the eigenspace is Null(A − λI) |
| Kernel of a linear transformation |
T(x) = 0 |
inputs mapped to zero; ker(T) measures how far T is from injective |
| Free part of a non-homogeneous system |
xh in x = xp + xh |
the freedom in A x = b; shape and dimension of its solution set |
| Column dependence relations |
A c = 0 (nontrivial c) |
entries of c express one column of A as a combination of the others |