The following example is puzzling me.
I was given the following matrix:
$$\begin{matrix} 0 & 0 & 0 \\ 1/2 & 1 & 0 \\ 1/2 & 0 & 1 \\ \end {matrix}$$
I used an Eigenvector calculator available on the net. I was naive enough to plug my matrix in without thinking first. The calculator gave me the following eigenvalues: $1$, $1$, $0$. I've checked the characteristic equation. It was OK. The eigenvectors given by the calculator were the following column vectors: $$\begin{matrix} 0 & 0 & -2 \\ 0 & 1 & \ \ 1 \ \ \\ \ 1 \ & 0 & 1 \\ \end {matrix}$$
I've checked these eigenvectors; they worked well with the corresponding eigenvalues.
Then I found many other eigen-looking vectors that worked with the first and the second eigenvalues. Here is an example: $$\begin{matrix} 0 \\ 0.4 \\ 0.6 \\ \end {matrix}$$
Only then realized I that all vectors whose first (uppermost) component is $0$ are eigen-looking vectors of the matrix at stake -- simply because of the arrangement of the zeros and the two one's in the matrix. So the specific case was explained well.
Is there any general explanation regarding "unsolicited" eigenvalues? What could be the reason that the calculator computed exactly the above mentioned vectors?