Matrices · explainer

Gaussian elimination, one move at a time

Row operations turn an augmented matrix into row echelon form (REF) — pivots 1, zeros below — then back-substitute. Each step keeps the same solution set.

Augmented matrix [A | b]

Teal cells = rows just changed · gold = current pivot

System of equations

This step