For the following matrix I need to find
$$\begin{bmatrix}-3 & 2 &1 \\3 & -4 & -3 \\-8 & 8 & 6 \end{bmatrix}$$
a. Characteristic Polynomial of $A$
b. Eigen Values
c. Eigen Vectors
d. is $A$ diagonlizable?
But In order to find a-d, first I need to find the characteristic polynomial Heres, where I am stuck, =>$\text{det}(\lambda I-A) = 0$ I get the following, $$\begin{bmatrix}\lambda+3 & -2 & -1 \\-3 & \lambda+4 & 3 \\8 & -8 & \lambda-6 \end{bmatrix}$$
Solving for it I am stuck on the factoring
Solving the determinant by row 1 I get,
$\lambda+3((\lambda +4)(\lambda -6)+24)+2(-3(\lambda -6)-24)-1(24-8(\lambda +4)) = 0$
After this I am unable to factor, thereby I am not able to solve the entire question please help
$(λ+3)((λ +4)(λ -6)+24)+2(-3(λ -6)-24)-1(24-8(λ +4)) $
$=(λ^3+λ^2-30λ-72)+24(λ+3) +2(-3λ-6)-(-8-8λ)$
$=λ^3+λ^2-30λ-72+24λ+72-6λ-12+8+8λ$
$=λ^3+λ^2-4λ-4$
$=(λ+1)(λ^2-4)$Since we can spot $λ=-1$ as a root
$=(λ+1)(λ-2)(λ+2)$