Exercise 1: Row reduction, and reading the answer off the staircase
Gaussian elimination is not a trick for solving systems, it is a normal form. Any matrix reduces to exactly one reduced row echelon form, and every question the course will ask is answered by looking at that form: which columns hold a leading , how many there are, and whether the augmented column holds one.
The figure shows a reduced form of an augmented system with unknowns. Three columns carry a pivot, two do not, and the two that do not are exactly the variables that are free to be anything.
- a) Reduce to reduced row echelon form.
- b) State the rank, name the free variables, and write the general solution in parametric form.
- c) The system , has no solution. Show it by row reduction and say which feature of the reduced form proves it.
- d) Explain why a homogeneous system with more unknowns than equations always has a non-zero solution.
- e) Three elementary row operations exist. Say for each one why it cannot change the solution set.
Show the solution
a) Subtract from and from : the rows become and . Divide the second by to get , then kills the last row entirely. Finally clears the third column above the pivot. The reduced form is .
b) Two pivots, in columns and , so the rank is . Column carries no pivot, so is free. The equations read and , giving and . In parametric form, with any real. That is a LINE in space: one particular solution plus the whole null space direction. The zero row is not a nuisance, it is the third plane being a combination of the first two, which is the same statement as the rank being and not .
c) Reducing gives , that is the equation . The reduced form has a pivot in the AUGMENTED column, and that single feature is the whole test: a system is inconsistent if and only if the last column carries a pivot. Nothing else about the numbers matters.
d) With equations and unknowns and , the rank is at most , so it is strictly less than . There are therefore at least free variables. Every choice of a non-zero value for a free variable produces a solution, and a homogeneous system is never inconsistent because the last column is all zeros. So the solution set contains a line at the very least, never just the origin.
e) Swapping two rows only reorders the equations. Multiplying a row by a non-zero constant replaces an equation by an equivalent one, and non-zero is essential: multiplying by would delete information and cannot be undone. Adding a multiple of one row to another produces a consequence of the two, and it is reversible by subtracting the same multiple, so nothing is lost. Reversibility is the reason the solution set survives: each operation is a bijection between systems.