If I have a 2 x 2 matrix and eigenvalues for that matrix are 3,3, does this mean that there exits no diagonal matrix?
If I have 2 distinct eigenvalues, then eigenvectors corresponding to two distinct
eigenvalues are independent and form a basis. Then I can find out a diagonal matrix having
eigenvalues as entries. But, I am not sure whether having identical eigenvalues means that
there is no diagonal matrix.
The eigenvalues for the diagonal matrix $\left(\begin{smallmatrix} x & 0 \\ 0 & x\end{smallmatrix}\right)$ are $x$ and $x$... so having repeated eigenvalues certainly doesn't mean non-diagonalizability.