[Math] Find eigenvalues without using characteristic equation

eigenvalues-eigenvectors

How to find eigenvalues of a 3×3 matrix without using the conventional way i.e. by using characteristic equation.

A =\begin{bmatrix}
5 & 2 & -1 \\
2 & 2 & 2 \\
-1 & 2 & 5
\end{bmatrix}
It is also given that
\begin{equation}
A^2 = 6A
\end{equation}

Best Answer

Take an eigen vector $v$ corresponding to an eigenvalue $\lambda$. Use this fact and cacluate $A^2v$ and $6Av$ independently, and equate them using the information $A^2=6A$; that will give you a condition on $\lambda$ enabling you to guess it.