3.2 Reduced Row Echelon Form
Row Echelon Form
row echelon: reduce by row operations (Gaussian elimination). All numbers below a pivot (leftmost non-zero in a row) are zero.
pivots: The numbers 1 and -5 in the resulting matrix. #'s below are zero.
Reduced Row Echelon Form
reduced row echelon: row echelon AND every pivot is the only non-zero # in its column and every pivot is 1.
reduced row echelon form (RREF): The final matrix where pivots are 1 and are the only non-zero entries in their columns.