Diagonalization of triangular matrices

Hint:

Well, you are close, as a nilpotent matrix is diagonalizable iff it is the zero matrix . Why? Because in a diagonal matrix the elements on its main diagonal are the matrix's eigenvalues....but a nilpotent matrix has one unique eigenvalue: zero.


Hint: The eigenvalues of such a matrix are all equal to the same value; what is that value? In that case, what would the diagonal matrix look like?


Suppose $A$ is a strictly upper triangular non-zero matrix. You have shown that $A$ is nilpotent. Let us show that the only eigenvalues of $A$ are $0$.

Note that $A^n = 0$ for some $n$. Then the minimal polynomial of $A$ is $x^k$ from some $k$. Since the eigenvalues of $A$ are precisely the roots of the minimal polynomial, this shows that the only eigenvalues of $A$ are $0$.

But if $A$ were diagonalizable, the only option for its diagonalization would then be the zero matrix. That is, there is an invertible matrix $B$ such that:

$$0 = BAB^{-1}.$$

Then $A = B^{-1}0B = 0$.


A little more directly, you can see the eigenvalues of $A$ are all $0$ because $A-xI$ is upper triangular with $x$'s down the diagonal. Therefore the characteristic polynomial is $x^n$ for some $n$.