This question is from an older exam of Linear Algebra of my university, it's one of 14 questions of the exam. They want to know which of these matrices are diagonalizable. The problem is: I can't see any way of doing it quickly (<10minutes). The first is OK, but the second and the third one is a real problem if you need to calculate the eigenvalues and eigenvectors of them. There are also no diagonal matrices. Can someone help?

A nice trick my professor taught me was to see if you can eyeball any eigenvectors right from the start. The reason why this is helpful is if we make a change of coordinates using a basis that contains at least one eigenvector, then we can work with a simpler matrix, as at least one of the columns will consist of two or more zeros. Let's use the second matrix in the example you sent. One thing I noticed is that the entries in each row add up to $7$, so if we multiply the matrix by the vector $(1,1,1)$ (i.e., add all the columns together), we get the vector $(7,7,7)$, so we have an eigenvector with eigenvalue $7$! Let $\mathcal{B}'$ be the basis $\mathcal{B}'=\{(1,0,0), (0,1,0), (1,1,1)\}$. If you work out the matrix $[T_2]_{\mathcal{B}'}$, which won't take long due to the nice basis, you'll get a lower triangular matrix, and finding the determinant of this amounts to multiplying the diagonals, so you can very quickly find that the characteristic polynomial is given by $c_{T_2}(x)=(x-1)^2(x-7)$. From here, you just need to check that $\dim(E_1)=2$, and you're done. This might not be the fastest method, but it will definitely decrease the amount of computations.