Reduced Row Echelon Form (RREF)
Reduced row echelon form (RREF) is the unique simplest form a matrix can be brought to by row operations. The calculator performs Gauss-Jordan elimination, showing every swap, scaling and elimination step.
Frequently asked questions
What makes RREF unique?
Each leading entry is 1, each leading 1 is the only non-zero entry in its column, leading 1s march down and to the right, and rows of zeros are at the bottom. These rules pin down the form uniquely.
Why is RREF useful?
It exposes the rank, identifies the pivot columns (a basis for the column space) and, for an augmented matrix, reads off the solution to Ax = b directly.
What's the difference between REF and RREF?
Row echelon form just requires zeros below each leading entry. RREF additionally requires the leading entry to be 1 and the only non-zero entry in its column.