notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

RowEchelonForm.md (289B)


      1 # Row Echelon Form
      2 
      3 Ch 2.2
      4 
      5 **Definition:** Row echelon form is a form such that all rows have more than or the same number of 0's starting from the left side as the row above them.
      6 
      7 In row echelon form there is no reduction of basic variables thus they don't need to be 1 like with RREF.