Input: An matrix () Output: A matrix in Echelon Form equivalent to
Process
- Check for zero rows. If the rows for are all zeroes, then weβre done
- Otherwise, find the first non-zero coeff. find the with the smallest and
- Divide out by applying the operation
- Exchange and by applying operation
- Clear the column th column using operation
- Run the elimination algorithm on
This process is based off the Every Linear System Has A Row-Echelon Form Theorem