Question:
Let $A$ be a $3 \times 3$ Matrix such that $[-3,4,1]$ is the eigenvector corresponding to eigenvalue $3$, and $[6,-3,2]$ is an eigenvector corresponding to the eigenvalue $2$. If $v$ = $[0,5,4]$, compute $A^{2}v$.
Hint: $[6,-3,2]+2[-3,4,1]$ = $v$
Where I'm stuck:
I know that we can solve A with the equation:
A = $P^{-1}DP$, where $P$ is the matrix consisting of the eigenvectors and $D$ is the matrix consisting of the eigenvalues.
However, since $A$ is a $3$ x $3$, we should have a $3 \times 3$ matrix $D$ and $ 3 \times 3 $ matrix $P$ as well, consisting of the eigenvalues and eigenvectors respectively - and in this case, we only have two eigenvalues and two eigenvectors. Where can I obtain the other one of each?
Any help will be very appreciated.
Thank you.
You don't need to construct the matrix $A$ to answer this question. You just need to use the fact that $A$ is linear, i.e. that $A(\alpha u + \beta v) = \alpha Au + \beta A v$ for any vectors $u, v$ and scalars $\alpha, \beta$. Combine this with the information given about the eigenvectors and the hint and you can find your answer without knowing the matrix.