Let be the augmented matrix of a system of linear equations in variables.
- The system is consistent iff
- If the system is consistent then:
- The system is consistent for all iff
Reason for 1
- If we have a bad row (say bottom row).
- That row in will not have a pivot.
- But the same row, when considering , will have a pivot as the row still has a constant term on RHS.
Reason for 2
is the number of columns.
- We only have a free parameter if a column does not have a pivot.
- If each column has a pivot, then we would have the same number of pivots as columns.
Reason for 3
- If our system is consistent, we have no bad rows.
- I.e. each of our rows has a pivot.