A = \begin{pmatrix} a & -1 & 2 \\ 0 & 0 & 0 \\ a & -1 & 2 \\ \end{pmatrix}
I cant seem to find an answer to this, I've tried finding λ but no matter what i always end up with different algebraic and geometry multiplicities.
Edit:
So far, the Characteristic polynomial I've found is: $\lambda^3+\lambda^2(-2-a)=0$
So when $\lambda= 0$ it should be a double eigenvalue, but then when i try to find the eigenvector related to that eigenvalue i do:
M= \begin{pmatrix} ax & -1y & 2z |0\\ 0x & 0y & 0z | 0\\ ax & -1y & 2z | 0\\ \end{pmatrix} and that makes it : $y = ax+2z$, so basically the eigenvector is generated by : $x(1,a,0)$ and $z(0,2,1)$ but since they are always linearly independent every value for a is valid, so how can I determine a value for a?