I have this matrix: $$ \begin{bmatrix} 1 & 1 & 0 \\ 1 & 1 & 0 \\ 0 & 0 & 1 \\ \end{bmatrix} $$ and I have to find the eigenvectors of the upper matrix.
As usual, I found the eigenvalues: x$_{1}$= 2, x$_{2}$= 1, x$_{3}$= 0. The associated eigenvectors are: $$ \begin{bmatrix} 1 \\ 1 \\ 0 \\ \end{bmatrix} \begin{bmatrix} 0 \\ 0 \\ 1 \\ \end{bmatrix} \begin{bmatrix} -1 \\ 1 \\ 0 \\ \end{bmatrix} $$
Due to an exercise I found, I have to tell if the vector: $$ \begin{bmatrix} 2 \\ -2 \\ 0 \\ \end{bmatrix} $$ is also an eigenvector.
To find the third eigenvector I used y (in x, y and z) as the free variable. Does it change if I use the x as free variable in order to invert the first and the second coordinates of the vector in question? So I could find an eigenvector which is a multiple of the last vector I wrote, which is also an eigenvector. Is it correct or the last vector can't be considered an eigenvector?
The way you find the eigenvectors is irrelevant here. Since $\begin{bmatrix}-1&1&0\end{bmatrix}^T$ is an eigenvector, then automatically $\begin{bmatrix}2&-2&0\end{bmatrix}^T$ is also an eigenvector, since$$\begin{bmatrix}2\\-2\\0\end{bmatrix} =(-2)\times\begin{bmatrix}-1\\1\\0\end{bmatrix}.$$