if A,B have the same column space , does that means they have the same number of rows and the same rank?
Asked
Active
Viewed 63 times
0
-
2Welcome to MSE. Please read this text about how to ask a good question. – José Carlos Santos Aug 18 '23 at 07:39
1 Answers
4
It does mean the matrices have the same number of rows since otherwise one would not be able to compare the column spaces. E.g.
$$A = \begin{pmatrix} 1 \\ 0 \\ 0 \end{pmatrix}, B = \begin{pmatrix} 1 \\ 0\end{pmatrix}$$
Furthermore it also means that the rank is the same. For this look at why the row rank equals the column rank (and the column rank just being the dimension of the column space)

Raoul Luqué
- 654