Suppose I have a linear operator $T : V \to V : v \mapsto A v$ I want to find the diagonalized version of $A$. Why do people don't just calculate the eigenvalues of $A$ and put them on a diagonal?
People always calculate the eigenvectors first, put them in a matrix $P$ and calculate $P^{-1} A P$ which seems useless to me because it will always end up with the eigenvalues at the diagonal.
Not every matrix is diagonalizable. Furthermore, not every $n\times n$ matrix has $n$ eigenvectors. However, every matrix does have $n$ generalized eigenvectors. So you can always compute a Jordan Normal Form instead. This is why we don't just blindly try to diagonalizable every matrix.