Previous section

3.2. The rank of a matrix: computation

A matrix is in reduced echelon form, if

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

the rank of A = n  <=>   AR = I.

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


Exercises: E29, E30
Previous section
Contents
Next section