I have a matrix:
$$ \left[ \begin{array}{ccc} 2 & 1 & 1 \\ -11 & 4 & 5 \\ -1 & 1 & 0 \\ \end{array}\right] $$
I got the eigenvalues to be $[-1,1,2]$.
For the eigenvalue $-1$, I got an eigenvector $[0,1,-1]$.
On the solutions, it says the correct answer is $[0,-1,1]$.
Is there any actual difference?