So I have a matrix
$$A = \begin{pmatrix} -5 & -6 & 3 \\ 3 & 4 & -3 \\ 0 & 0 & -2 \end{pmatrix} $$
I'm to find the characteristic polynomial and all the eigenvalues of $A$.
I have found $\det (A - \lambda I) = -\lambda^3 - 3\lambda^2 + 4$.
But I can't understand how to factor it to find the eigenvalues. The cubic factorization methods I've found don't seem to work on this one?
Any ideas?
$$-λ^3 - 3λ^2 + 4=-(λ^3 -1)-( 3λ^2 -3)=$$ $$=-(λ-1)(λ^2+λ+1)-3(λ-1)(λ+1)$$ $$=(λ-1)(-λ^2-λ-1-3λ-3)=$$ $$=(λ-1)(-λ^2-4λ-4)=$$ $$=(1-λ)(λ^2+4λ+4)=$$ $$=(1-λ)(λ^2+2\cdot2λ+2^2)=$$ $$=(1-λ)(λ+2)^2$$