How do I prove that the rank of a matrix in reduced row echelon form is equal to the number of non-zero rows it has?
Asked
Active
Viewed 1,117 times
1
-
StackExchange is not intended to do your homework for you. At the very minimum, post what you've already tried. – Ephraim Nov 29 '15 at 18:14
-
I've edited my question to be significantly more general. – George Nov 29 '15 at 18:41
-
The row rank of a matrix is defined as the dimension of the row space. A row reduced matrix is one in which the set of nonzero rows are linearly independent. So the only thing you need to prove is that each of the three elementary row operations (the operations that you use to get from a given matrix to its RREF) preserve the row space of a matrix. – Nov 29 '15 at 18:44
-
Are you looking for a formal proof, or an intuitive explanation? – Ephraim Nov 29 '15 at 18:44
-
Either would help. – George Nov 29 '15 at 18:47
1 Answers
2
By definition of row echelon form, all the non-zero rows are linearly independent. (Think on all the non-zero leading coefficients which are "aligned" ).
So the non-zero rows form a basis for the row space (i.e the subspace spanned by all the rows). Therefore their number equals to the dimension of this space, as required.
Asaf Shachar
- 25,967