\begin{align} A & =\begin{bmatrix}2&3\\6&9\end{bmatrix} \end{align} I found four fundamental subspaces of A which are
\begin{align} C(A) & =\begin{bmatrix}2\\6\end{bmatrix} , dimension = 1 \end{align}
\begin{align} C(A^T) & =\begin{bmatrix}2\\3\end{bmatrix} , dimension = 1 \end{align}
\begin{align} N(A) & =\begin{bmatrix}-3\\2\end{bmatrix} , dimension = 1 \end{align}
\begin{align} N(A^T) & =\begin{bmatrix}3\\-1\end{bmatrix} , dimension = 1 \end{align}
The first question is that "Find the projection matrices onto each of the fundamental subspaces" and I used the formula that the projection matrix on to C(A) is
\begin{align} P & = A(A^TA)^{-1}A^T \end{align}
However, how to find the projection matrix if
\begin{align} det(A^TA) = 0 ? \end{align} I thought I couldn't find the projection matrix onto C(A) and even other subspaces because A^TA is singular matrix.
So, please let me know what is projection matrix onto each of the fundamental subsapces and how to find them.
Next question is that "Write the vector b = (2,2) as a linear combination of a vector in C(A) and N(A^T)
I thought this question was asking to solve
\begin{align} a & \begin{bmatrix}2\\6\end{bmatrix} + b\begin{bmatrix}3\\-1\end{bmatrix} = \begin{bmatrix}2\\2\end{bmatrix} \end{align}
using vectors from C(A) and N(A^T) we found in previous problem. so, I got a = 2/5 and b = 2/5 from the above equation I made.
Please let me know how to write vector b as a linear combination of a vector in column space and left null space.