Problem: Given a matrix A, convert it to REF and RREF. Below shows how to
convert the matrix A to RREF. To convert to REF (TODO). One reason to convert Matrix \(A\) to its row echelon form, is to find the rank of \(A\). If matrix \(A\) is a \(4\times 4\), and when converted to its row echelon form we find that one of the rows is all zeros, then the rank of \(A\) will be 3 and not full rank.