I need help working out the eigenvectors for this matrix.
$ \begin {pmatrix} 0 & 0 \\ 0 & -7 \end{pmatrix} $
The original matrix is $ \begin {pmatrix} 5 & 0 \\ 0 & -2 \end{pmatrix} $ , eigenvalues are 5,-2,
but I am not sure how to about the eigenvectors,
as for 5
$ \begin {pmatrix} 0 & 0 \\ 0 & -7 \end{pmatrix} $ $ \begin{pmatrix} x \\ y \end{pmatrix}$ = $ \begin{pmatrix} 0 \\ 0 \end{pmatrix}$
from the first equation, $x$ and $y$ are both zero, but from the second equation $y = 0$, so what is the eigenvector?
From first equation you deduce whatever is x and y the equation holds
$$0x+0y=0$$ From second equation you deduce that $y=0$ $$0x-7y=0 \implies -7y=0 \implies y=0$$ So $$(x,y)=(x,0)=x(1,0)$$