Consider the following matrix $A=\left[\begin{array}{lll}1 & 0 & 0 \\ 2 & 3 & 0 \\ -3 & 1 & -2\end{array}\right]$
How can I find the eigenvalues of $3 \mathrm{~A}^{3}+5 \mathrm{~A}^{2}-6 \mathrm{~A}+2 \mathrm{I}$?
I know the matrix $A$ has eigenvalues $1,3,-2$ and also that I can use cayley Hamilton theorem and reduce the matrix expression, but that doesn't reduce it enough so that I can avoid multiplication of matricies.
Can anyone please help me how to do this?
Thank you.
Hint: If $Av = \lambda v$, then what can we say about $(3A^3 +5A^2 - 6A + 2I)v$?