Got this matrix:
\begin{bmatrix} 1 & 2 \\ -2 & 5 \end{bmatrix}
I should determine if the matrix is diagonalizable or not. I found the eigenvalues ( only one) = 3. My eigenvector is then \begin{bmatrix} 1 \\ 1 \end{bmatrix} This matrix is not diagonizable (from my teachers notes) but i don't know why, can someone explain this?
Basically you need to find the set $E$ all the eigenvalues associated with the matrix. (In this case $E =\{3\}$). Next for each eigenvalue in $E$ you find the eigenvectors. Let $W$ be the set of all eigenvectors of the matrix. Then if $W$ spans the column space of the matrix we say that the matrix is diagonalizable. In this case the column space is $\mathbb{R}^2$ but your lone eigenvector does not span $\mathbb{R}^2$ therefore the matrix is not diagonalizable.