Exceptional Behavior: When Coefficients Vanish
Most linear equations behave predictably — they define a hyperplane. But two special cases arise when the equation degenerates.
First: if all coefficients are zero but the RHS is nonzero, we get with . This is a contradiction — no values of the variables can satisfy it. The solution set is the empty set .
Second: if all coefficients are zero and the RHS is zero, we get . This is a tautology — every tuple satisfies it. The solution set is all of .
These degenerate cases occur during Gaussian elimination when a row of the matrix becomes all zeros. Recognizing them is critical for determining how many solutions a system has.
Formal View
Why This Matters
Degenerate cases reveal whether a system is inconsistent or under-determined.
- During Gaussian elimination, a zero row with nonzero RHS immediately signals no solution
- A zero row with zero RHS means the system has one fewer effective equation than expected
- These cases determine whether engineering systems have solutions, are over-constrained, or have free parameters
Quiz
What is the solution set of ?
The equation is satisfied by every point in .
Common Mistakes
- Forgetting that is a tautology (provides no constraint) while for is a contradiction.
- During elimination, discarding zero rows without checking whether the RHS is also zero.