Hi so I have to find the characteristic polynomials and the eigenvalues of the matrix: $$A = \begin{bmatrix}1 & 0 & 3\\2 & -2 & 2\\3 & 0 & 1\end{bmatrix}$$
So I know you use the formula $\det(A-\lambda\cdot I)$ so then you get the matrix: $$\det(A-\lambda \cdot I) = \begin{bmatrix}1-\lambda & 0 & 3\\2 & -2-\lambda & 2\\3 & 0 & 1-\lambda\end{bmatrix}$$
So using cofactor expansion on the first row I got: $$\ det(A-\lambda \cdot I) = (1-\lambda)\cdot\begin{bmatrix}-2-\lambda & 2\\0 & 1-\lambda\end{bmatrix} - (0)\cdot\begin{bmatrix}2 & 2\\3 & 1-\lambda\end{bmatrix}\\+ (3)\cdot\begin{bmatrix}2 & -2-\lambda\\3 & 0\end{bmatrix}$$
And then: $$\det(A-\lambda \cdot I) = (1-\lambda)[(-2-\lambda)(1-\lambda)]+(3)[-(-2-\lambda)(3)]$$
And basically once I factored this out I got the characteristic polynomial of $$\det(A-\lambda \cdot I) = -20-6\lambda-\lambda^3$$
But this doesn't really seem like it's supposed to be right and I'm not quite sure how to find the eigenvalues out of a polynomial that doesn't have a $x^2$ value.
Am I doing this right? Any help would be appreciated. Thanks.
$$\det(A-\lambda I) = (1-\lambda)(-2-\lambda)(1-\lambda) + 3(2+\lambda)3=\\ =(1-2\lambda + \lambda^2)(-2-\lambda) + 9(2+\lambda) = \\ =(-2-\lambda + 4\lambda + 2\lambda^2 - 2\lambda^2 - \lambda^3) + 18 + 9\lambda = \\ = -\lambda^3 + 3\lambda - 2 + 18 + 9\lambda = -\lambda^3 + 12\lambda + 16,$$
not what you got...