1

We can turn every triangular matrix into a diagonal matrix with elementary Matrices.

So, How can it be possible to have a matrix which is similar to a triangular matrix but not to a diagonal matrix?


In addition, what is the best trick to know if a matrix is diagonalizable or not?

MR_BD
  • 5,942
  • Consider $\begin{pmatrix} 0 & 1 \cr 0 & 0 \end{pmatrix}$. It cannot be similar to a diagonal matrix. – Dietrich Burde Feb 19 '16 at 10:36
  • Using elementary operations is your main mistake here. This is an operation used for solving systems of linear equations and for finding whether a matrix is invertible; however it cannot be used when trying to diagonalise a matrix (because it changes the eigenvalues, and even whether the matrix is diagonalisable in the first place). Diagonalising is about finding a change of basis, which amounts to a combination of row and column operations. – Marc van Leeuwen Feb 21 '16 at 08:34

1 Answers1

2

you have only one condition that is necessary and sufficient condition to know whether your matrix is diagonalizable or not.and that is iff your minimal polynomial is product of non repeated factors in the field concerned.i.e all the roots must lie in the field itself and their multiplicities should be 1 in the minimal polynomial. for the first part take any matrix upper or lower triangular matrix with 0 on the main diagonal.then you see that the matrix is not diagonalizable but triangulizable

Upstart
  • 2,613