Reduced Row Echelon Form of
- First non-zero entry of any non-zero row is
- Any column that contains a leading , all other entries in the column are
- Leading of a non-zero row appears to the right of leading s above it
- Any zero rows appear below the non-zero rows
Applying EROs to transform a matrix into RRE form is called row-reduction / reduction
Also commonly referred to as Gauss-Jordan Elimination
Solving Systems in RRE Form
Let be a matrix in RRE form which represents of equations in variables
- No solutions iff last non-zero row of is
Unique solution iff non-zero rows of form the identity matrix (requires )
Infinitely many solutions
Proof - TODO