For a matrix
$ A = \begin{bmatrix} -1 & 3 \\ 0 & -2 \end{bmatrix} $
I have obtained the Eigenvalues $\lambda = -2$ and $\lambda = -1$.
Now, after trying to find the straight line solution for $\lambda = -1$, I get:
$ \begin{bmatrix} 0 & 3 \\ 0 & -1 \end{bmatrix} \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} $
...
Now what does it mean? $ 3y = 0, -y = 0$, but what is the eigenvector ? ? ?
Can it be a vector (0,1) ?
Thanks.
$3y=0$ and $-y=0$ implies $y=0$. For a linear transformation $T$ representing the matrix, $\IM T = \{(0,0)\}$ for every $x$. So for every $x,y$ you get $(0,0)$. Therefore you get as the $\KER T=\{(1,0)\}$. $\DeclareMathOperator{\IM}{Im}\DeclareMathOperator{\KER}{Ker}$