I have the following matrix:
\begin{bmatrix} 0 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix}
So we have $v_2 = 0$ and $v_3 = 0$.
But my textbook claims that the span is $(1, 0, 0)$.
I don't understand where the $1$ is coming from? Shouldn't it just be $(0, 0, 0)$? If not why? I would greatly appreciate it if people could please take the time to explain this.