Reduce a matrix to Row Echelon Form (REF) using elementary matrices.
Each row operation corresponds to left-multiplication by an elementary matrix.
An elementary matrix is obtained by performing a single elementary row operation on the identity matrix.
Three types of elementary matrices:
Key property:
Performing a row operation on $A$ is equivalent to left-multiplying by the corresponding elementary matrix:
$ E_k \cdots E_2 E_1 A = \text{REF}(A) $
Applications: