So I need to find the eigenvectors for the following matrix: $$ \begin{pmatrix} 3 & 0\\ -1 & -2 \end{pmatrix} $$
And I've gotten as far as determining the eigenvalues (6 and 1)but seem to fall short when trying t obtain the corresponding eigenvectors (apparently they are (5,1) and (0,1)), getting as far as:
$$ \begin{pmatrix} 0 & 0\\ -1 & -5 \end{pmatrix} $$ Any help would be greatly appreciated.
Hint
Actually, the eigenvalues are $3$ and $-2$ since $$|\lambda I-A|=(\lambda-3)(\lambda+2)=0$$