The professor teaching a class I am taking wants me to find the eigenvalues and the eigenvectors for the following matrix below.
$$\begin{bmatrix}-5 & 5\\4 & 3\end{bmatrix}$$
I have succeeded in getting the eigenvalues, which are $\lambda= \{ 5,-7 \}$. When finding the eigenvector for $\lambda= 5$, I get $\begin{bmatrix}1/2\\1 \end{bmatrix}$. However, the correct answer is $\begin{bmatrix}1\\2 \end{bmatrix}$ .
I have tried doing this question using multiple online matrix calculators. One of which gives me $\begin{bmatrix}1/2\\1 \end{bmatrix}$, and the other gives me $\begin{bmatrix}1\\2 \end{bmatrix}$.
The online calculator that gave me $\begin{bmatrix}1\\2 \end{bmatrix}$ explains, that y=2, hence $\begin{bmatrix}1/2·2\\1·2 \end{bmatrix} = \begin{bmatrix}1\\2 \end{bmatrix}$.
What I do not understand is, why is y must equal to 2?Is it because there cannot be a fraction in an eigenvector?
By definition, an eigenvalue $\lambda$ and one corresponding eigenvector $v$ must satisfy the following equation:
$$Av = \lambda v.$$
Now, consider the vector
$$w = \alpha v,$$
where $\alpha \neq 0$.
Then, notice that:
$$Aw = A(\alpha v) = \alpha (Av) = \alpha (\lambda v) = \lambda (\alpha v) =\lambda w.$$
Therefore:
$$Aw = \lambda w,$$
and hence $w$ is another eigenvector associated to the eigenvalue $\lambda$.
In general, it is not true that there is only one eigenvector associated to the eigenvalue $\lambda$. Instead, there is a linear subspace, also known as the eigenspace associated to $\lambda$. In other words, there are infinitely many eigenvectors to $\lambda$, which belong to a certain eigenspace. Given one eigenvector (say $v$), then all the multiples of $v$ except for $0$ (i.e. $w = \alpha v$ with $\alpha \neq 0$) are also eigenvectors.