In our previous lessons, we learned to use Gaussian Elimination to transform a matrix into Row Echelon Form (REF). This gave us an upper-triangular system that was easy to solve using back-substitution.
REF is powerful, but it's not the final destination. It gives us a system that is easy for a human to solve. But what if we wanted a form so simple that the answers are just... there, with no substitution required?
This is the purpose of Reduced Row Echelon Form (RREF). It's the cleanest, most unique form of a matrix, and it acts as the ultimate answer sheet for a linear system.