1 Matching Annotations
  1. Feb 2022
    1. This algorithm provides a method for using row operations to take a matrix to its reduced row-echelon form

      I really like the process of putting an augmented matrix into reduced row echelon form by hand because you see the zeros fill in each column when reducing it to row-echelon form. Then you see the whole matrix turn to just 1's and 0's at the end of the process assuming you can reduced row reduce it all the way to that point. A question I have is, can you possibly start from the right columns? - Richard Tambo