Hi
I have this here matrix
A = \left[ \begin{array}{ccc} 2 & 1 & 0 \\ 0 & 1 & 0 \\ 3 & 3 & 0 \end{array} \right]
I calculate the eigenvalues and get (2,1,-1)
Next I calculate the eigenvectors and get (1,0,1) and (-1,1,0) and (0,0,0)
My professor says my third eigenvector is...