I'm having trouble finding the eigenvectors for an eigenvalue. For example, I've finally found my two eigenvalues, 0 (multiplicity of 1) and 2 (multiplicity of 2). So naturally, I start to solve for the eigenvectors associated with lambda=2. After elementary row operations, I get: $$ \begin{matrix} 1 & -4/3 & 2 \\ 0 & 0 & 0 \\ 0 & 0 & 0 \\ \end{matrix} $$
This is where I start to mess up. I let x+z=(4/3)y and from this, one of the eigenvectors I get is [2,3,1]. This isn't correct, as the book tells me the two eigenvectors for lambda = 2 are [4,3,0] and [-2,0,1].
I don't understand, what am I doing wrong and what can I fix?