Gaussian Elimination
Inconsistent System
Gaussian elimination on a system where the equations contradict each other. Forward elimination reduces one row to all zeros on the left but a nonzero constant on the right (0 = c). This is a contradiction: no assignment of variables satisfies it.
Example
inconsistency
A linear system is inconsistent if forward elimination produces a row of the form [0 0 ... 0 | c] with c nonzero. This means 0 = c, which is impossible — the system has no solution.
no-solution
When a contradiction row appears, Gaussian elimination halts. There is no point continuing because no values of the variables can satisfy the contradictory equation.