i) Consider a matrix $A\in R^{{5\times2}}$ and a matrix $B\in R^{{5\times3}}$. It is given that $\operatorname{rank}(A)=2$ and $\operatorname{rank}(B)=3$. It is also given $A^TB$ is the $2\times3$ zero matrix, that is, the columns of $A$ are orthogonal to the columns of $B$. Determine the eigenvalues and corresponding eigenvectors of the matrix:
$$\Pi = A(A^TA)^{{-1}}A^T$$
ii) Assume again that $A\in R^{{5\times2}}$ has linearly independent columns and that $C$ is a $2\times2$ invertible matrix. Explain why the orthogonal projection onto the range of $AC$ is also the same.
From properties of orthogonal projection matrices, I am aware that the $\lambda=1,0$, however I am unsure how to determine eigenvectors. Thanks in advance!