I'm reviewing for my final exam and one of the practice problems given to me by my professor is this:
Consider the matrix $A = uv^T$, where $u \in \mathbb{R}^{m \times 1}$ and $v \in \mathbb{R}^{n \times 1}$. Find an orthogonal projector onto the range of $A$. Find an orthogonal projector onto the null space of $A$.
We discussed in class that, if $A = QR$ (the QR decomposition), then $QQ^T$ and $I - QQ^T$ are projectors where $QQ^T$ projects onto the range of $A$ and $I - QQ^T$ projects onto $\mathcal{R}(A)^{\perp}$. But I'm still confused about what it means for something to project onto the range of a matrix and don't really know how to come up with the QR decomposition of $A$ since I'm just given that $A = uv^T$.
Any help would be greatly appreciated. Thanks in advance!