[Math] Diagonalizable properties of triangular matrix

diagonalizationeigenvalues-eigenvectorslinear algebramatrices

How to show that an upper triangular matrix with identical diagonal entries is diagonalizable iff it is already diagonal?

Best Answer

Let's denote $\lambda$ the entry on the diagonal of the triangular matrix $A$ then the characteristic polynomial $$\chi_A(x)=\det(xI_n-A)=(x-\lambda)^n$$ so $\lambda$ is the only eigenvalue of $A$ hence if $A$ is diagonalizable then it's similar to $\lambda I_n$ so $A=\lambda I_n$. The only if case is trivial.