Let A =$\begin{pmatrix} 6 & 1 \\ 2 & 7 \end{pmatrix}$
(a) Find the eigenvalues of A.
(b) Find a corresponding eigenvector for each eigenvalue in part (a).
My attempt
a) Eigenvalues: $$\begin{vmatrix} 6-\lambda& 1 \\ 2 & 7-\lambda \end{vmatrix}=0 \Rightarrow \lambda^2-13\lambda +40=0 \Rightarrow \lambda_1=5, \lambda_2=8.$$
b) If $\lambda=5$, then
$\begin{pmatrix} 6-5 & 1 \\ 2 & 7-5 \end{pmatrix}$ = $\begin{pmatrix} 1 & 1 \\ 2 & 2 \end{pmatrix}$ $\Rightarrow $ Assuming this as B.
Then $ B\bar { x } =\bar { 0 } $,
$\begin{pmatrix} 1 & 1 \\ 2 & 2 \end{pmatrix}$ $\begin{pmatrix}X_1\\X_2\end{pmatrix}=0$
$\begin{pmatrix} 1 & 1 & 0 \\ 2 & 2 & 0 \end{pmatrix}$ By doing row reduction $=>$ $R_2->R_2-2R_1$
$\begin{pmatrix} 1 & 1 & 0 \\ 0 & 0 & 0 \end{pmatrix}$ By doing row reduction $
$X_1+X_2=0$
$X_1=-X_2$
Let $X_2=1$, then $X_1=-1$
$\begin{pmatrix}X_1\\X_2\end{pmatrix}=$ $\begin{pmatrix}-1\\1\end{pmatrix}$
But, the answer is $\begin{pmatrix}X_1\\X_2\end{pmatrix}=$ $\begin{pmatrix}1\\-1\end{pmatrix}$..
I verified many times but I ended up getting the answer as $\begin{pmatrix}X_1\\X_2\end{pmatrix}=$ $\begin{pmatrix}-1\\1\end{pmatrix}$
Can anyone please verify which is the correct answer.
Both answers are correct, that is,$$A.\begin{pmatrix}1\\-1\end{pmatrix}=5\begin{pmatrix}1\\-1\end{pmatrix}\iff A.\begin{pmatrix}-1\\1\end{pmatrix}=5\begin{pmatrix}-1\\1\end{pmatrix}.$$