For t∈R, let $A_t = \left( \begin{array}{ccc} t & 1 & 1 \\ 1 & t & 1 \\ 1 & 1 & t \end{array} \right) $. Find the Eigenvalues and Eigenvectors. Is $A_t$ diagonalizable for all t?
So I am thinking of approaching it like this. First, I find the characteristic polynomial of $A_t$ and use that to find the eigenvalues and their corresponding eigenvectors. Then I check if those eigenvectors are linearly independent for all t. If they are linearly independent, then $A_t$ is diagonalizable for all t, and if they're not, $A_t$ is not diagonalizable for all t.
Should I pursue this problem like this? Or is there a more efficient method? Thanks in advance!
Your approach should work, but a more efficient method would be to note that $A_t = A_0 + t I_3$. Adding a multiple of the identity to a matrix doesn't change its eigenvectors, so you can just find the eigenvectors of $A_0$, and these will also be eigenvectors of $A_t$. You can then apply $A_t$ to them to determine the eigenvalues.