So, I am calculating the null space of bases and matrices in order to get eigenvectors, and I occasionally come across matrices which will have a row like the following: (Put in system format) $x_2 = 0$
According to the textbook the eigenvector for something like this would be something like: \begin{bmatrix}1\\0\\1\end{bmatrix} But I haven't been able to figure out why this is. Could anyone explain why this is? Or if I'm misunderstanding something, what one does in a situation where such rows appear when calculating eigenvectors?
You're getting $x_2=0$ and hence $x_1$ and $x_3$ are $free$ to be assigned any value, in particular $1$.