How does reduced row echelon form let you read off null space solutions directly from the block structure R = [I F; 0 0]?
Loading…
The three defining properties of rref
Reduce to with rows , , , list pivots equal to , zeros above and below each pivot, zero rows at the bottom, and mark the blocks and .
The null space matrix
Write in block form as , solve for , and assemble the columns of from above .
Reading the answer for off
Reduce to with rows , and two zero rows, identify , and take the special solution straight from with no back substitution.
The assembled procedure for any matrix
Record the whole sequence from elimination through the combination of special solutions as one checklist, with rref as the optional last step, and note that it holds for any rank.