[Math] Finding the eigenvalues of this 3×3 matrix

eigenvalues-eigenvectorslinear algebra

Click here for problem solution attempt

I entered this matrix into matlab and did the eig(a) function and I'm supposed to be getting roots -1, 1, and 3, but after working the problem out, I seem to be far from it.

Best Answer

At the 4th row of your working,

It is supposed to be (-7-$\lambda$)(-6+$\lambda$-6$\lambda$+$\lambda^2$-8) not (-7-$\lambda$)[-6+$\lambda$-6$\lambda$+$\lambda^2$+8).

Hope you can continue to work it from here.