If $A = BQ^T$ where $Q$ is an orthogonal matrix, then is $\text{Col}(A) = \text{Col}(B)$

linear algebramatricessvd

I have to find a reduced SVD, A = UrDVrT, for the matrix A = BQT.

They give me the matrix B and the null-space of $A$. I've already found the singular values for A and the matrix Vr (with an orthonormal basis of row space of A) but I'm not so sure about how to find a basis for Col(A).

Is saying that Col(A) is the same as Col(B) correct? If so, why?

Best Answer

In general, we have ${\cal R} (MN) \subset {\cal R}M$.

Hence we have ${\cal R} (B Q^TQ) \subset {\cal R} (B Q^T) \subset{\cal R} B$ and since $Q^TQ=I$ we have the desired result.

Related Question