I have been trying to find the eigen vectors of this matrix. Actually i have already found the eigen values.
$A=\begin{pmatrix} 1&-2&0\\ -2&5&0\\ 0&0&2\\ \end{pmatrix}$
where, I have found the eigenvalues
$\lambda_1=5.83,\lambda_2=2, \lambda_3=0.17$
but i have no idea to find the eigenvectors, although i have tried to solve the equation.
My answer is different from what it should be.
The correct answer for the eigenvectors should be : $(0.383, -0.924,0)^T$, $(0,0,1)^T$, and $(0.924, 0.383,0]$ where my answer for the first and the third eigenvectors yield to $(0,0,0)^T$
I don't have any idea to solve it. Any help will be appreciated, thanks!