1) in each row, the first nonzero entry is 1 and all the other entries in that column are zero.
2) a row in which all the entries are zero, is below all those rows which have nonzero entries.
3) if the rows r1 and r2 , r1 < r2 , have their first nonzero elements in the columns c1 and c2 , respectively, then c1 < c2 .
Example 1: A matrix in reduced echelon form
Proposition 4. Every matrix A is equivalent to a unique matrix AR , which is in reduced echelon form. The rank of A = the rank of AR = the number of nonzero rows in AR .
Proof. Omitted.
Proposition 5. If A is an n x n matrix, then
Proof.
1) AR = I => the rank of A = n (= the number of nonzero rows)
2) The rank of A = n => the rank of AR = n => AR = I.
Example 2: Rank, nullity, kernel, basis for a nullspace