Courses / Mathematics I
Matrices and Vectors

Gaussian Elimination and Rank

Mathematics I 212 words Free to read

Skeleton of a System

Gaussian elimination transforms a matrix into row echelon form: a staircase pattern where each row's leading nonzero entry (pivot) sits to the right of the one above it.

Applying row operations (swapping, scaling, adding multiples) preserves solutions while clearing entries below pivots. Reduced row echelon form makes every pivot 1 and the sole nonzero entry in its column.

OperationWhat it doesEffect on Solutions
SwapInterchange two rowsPreserved
ScaleMultiply a row by c0c \neq 0Preserved
AddAdd c×c \times row to anotherPreserved
Pitfall: A zero row (0=00=0) means redundancy and infinitely many solutions. An inconsistent row (0=10=1) means contradiction and no solution.
Elimination on a real augmented matrix, with the pivots it produces

Rank and Solution Count

The number of pivots is the rank: the count of independent rows. Rank measures genuine information:

The number of free variables equals (unknowns - rank). Zero free variables yield a single solution; more yield infinite.

Free variables=nrank\text{Free variables} = n - \text{rank}

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

9practice questions
2interactive scenes

Matrices and Vectors