[Math] Find all the eigenvalues of the matrix $A$ without computing it’s c. polynomial

eigenvalues-eigenvectorslinear algebramatrices

$A=\begin{pmatrix}6&1&1&1\\ 2&7&2&2\\ 3&3&8&3\\ 4&4&4&9\end{pmatrix}$

Find all the eigenvalues of this matrix, without computing it's characteristic polynomial.

Since all the entries of each column add up to 15, one eigenvalue is $\lambda = 15$. The trace gives $tr(A) = 30$ thus the sum of the other eigenvalues is $15$. and their product is $125$ so my guess is that the other eigenvalues are $\lambda = 5,5,5$, which when calculated turns out to be correct, however. This was just a lucky guess, is there a way to tell for sure?

Question 2 Does this matrix belong to a specific type?

Question 3 Are there more matrices who's eigenvalues can be found without calculating $p(\lambda)$? (For the exception of singular matrices).

Best Answer

Hint: Subtract $5I$. (more stuff to get to 30 characters)