$\ A = \begin{bmatrix} 3 & 0 & 0 \\ 0 & a & a-2 \\ 0 & -2 & 0 \end{bmatrix} \\ a \in \mathbb R$
I need to find for which $\ a$ values $\ A $ will not be diagonalizable $\ A $
I was thinking trying the elimination way so finding values which $\ A $ can be diagonalize first.
so the characteristic polynomial of $\ A $ is $\ p(t) = (\lambda-3)(\lambda^2-a(\lambda-2)-4) $
But then after trying many numbers of $\ a$ , $\ (0,1,2,-1,)$ I see that it is wrong because there are too many possible values for $\ a $ to make the matrix diagonalizable. So maybe trying to figure out which values of a will give me less eigenvalues than needed (?)