$\dot{x}=x\left ( 3-x-2y \right )$ $\dot{y}=y\left ( 2-x-y \right )$
In matrix form: $\begin{bmatrix} \dot{x}\\ \dot{y} \end{bmatrix}$ $=\begin{bmatrix} \left ( 3-x-2y \right ) &0 \\ 0& \left ( 2-x-y \right ) \end{bmatrix}$
$\begin{bmatrix} x\\ y \end{bmatrix}$
To solve for the eigenvalues, we compute the Jacobian of the matrix $A=\begin{bmatrix} \left ( 3-x-2y \right ) &0 \\ 0& \left ( 2-x-y \right ) \end{bmatrix}$
The eigenvalues are $\lambda_{1}=3,\lambda_{2}=2$
The eigenvectors associated with $\lambda_{1}$:
$A-\lambda_{1}I=\begin{bmatrix} \left ( 3-x-2y \right )-3 &0 \\ 0&\left ( 2-x-y \right )-3 \end{bmatrix}$
Then, $\left [ A-\lambda_{1} I|0 \right ]$, we get $\vec{V}=\left \langle 0,0 \right \rangle$
which is incorrect. Could anyone tell me where am I going wrong here?