Linear Systems Revisited via Row Rank
With the Row Rank Theorem in hand, we can revisit solvability from a row perspective. Think of each equation in the system as one row of paired with one entry of . Adding an equation is adding a row.
The system is always solvable (for every possible ) if and only if . By the Row Rank Theorem, this means the row vectors of are linearly independent — no equation is a redundant combination of others.
Similarly, the dimension of the solution set is . Using the Row Rank Theorem, this equals . We started in and each new linearly-independent row reduces the solution dimension by 1, exactly as our geometric intuition from Chapter 1 suggested.
Formal View
Proof: always solvable iff . By the Row Rank Theorem, iff the columns of (= rows of ) are linearly independent.
Why This Matters
Understanding solvability through rows gives direct geometric insight — each equation is a hyperplane constraint.
- Network flow problems: each conservation law is a row; the system is solvable iff the laws are independent
- Overdetermined systems () almost never have exact solutions — motivating least squares regression
- Circuit analysis (Kirchhoff's laws) gives one equation per node/loop; linear independence of those equations determines the circuit's degrees of freedom
Quiz
A matrix has linearly independent rows. For how many right-hand sides is solvable?
If is with , what is the dimension of the solution set of (when it exists)?
Common Mistakes
- Thinking more rows always means a harder system — only linearly independent rows reduce the solution space.
- Confusing the condition for a unique solution () with the condition for always solvable ().
- Forgetting that counts free variables even in inhomogeneous systems — the solution set has the same dimension as the null space.