Find the eigenvalues of a $3 \times 3$ symmetric matrix with $1$ on the main diagonal and $\frac{1}{\sqrt 3}$ off the main diagonal.
Since each row on addition give the same value, one of the three eigenvalue is $1+\frac{2}{\sqrt 3}$.
Is there an easy way to find the other two values without using the formula $\det(A-\lambda I_3) = 0$.
If you know one eigenvalue already, you could use $$\sum\lambda=\operatorname{trace}(M)$$ and $$\prod\lambda=\det(M)$$