The answer key for my exam says that it's not always true, but I can't seem to come up with an explanation for this or find a matrix that makes this equation untrue. Thanks
Asked
Active
Viewed 83 times
0
-
1row rank = column rank – Eric Towers Oct 03 '21 at 23:58
-
2It's always true. If $A$ is an $m \times n$ matrix with entries in a field $F$ (for example, the entries of $A$ could be real numbers) then $A$ and $A^T$ have the same rank. – littleO Oct 04 '21 at 00:00
-
@JS3 The answer key is wrong. – Ben Grossmann Oct 04 '21 at 13:34
2 Answers
2
Its simple to understand, row operation leave the both the row and column rank unchanged. Same with column operations. By using row and column operations together one can reduce the matrix to diagonal form $$\begin{pmatrix} 1&0&0&0\\ 0&1&0&0\\ 0&0&1&0\\ 0&0&0&0\end{pmatrix}$$ For such a matrix the row and column rank are obviously the same.

Rene Schipperus
- 39,526
1
Rank refers to the row rank or column rank of a matrix. Row rank is the number of linearly independent rows in the matrix, while column rank refers to the number of linearly independent columns.
But, row rank of a matrix is equal to the column rank. So, transposing the matrix has no effect on the rank of the matrix.