Reduced Row Echelon Form of

  1. First non-zero entry of any non-zero row is
  2. Any column that contains a leading , all other entries in the column are
  3. Leading of a non-zero row appears to the right of leading s above it
  4. 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

  1. No solutions iff last non-zero row of is
  1. Unique solution iff non-zero rows of form the identity matrix (requires )

  2. Infinitely many solutions

Proof - TODO