This is for an optimization problem? I haven't dealt with complex numbers(although I know the eigenvalues are going to give me a neutral circular node)
$\begin{bmatrix}-\sqrt{2}i & 2\\ -2 & -\sqrt{2}i\end{bmatrix}\begin{bmatrix}x_1 \\x_2\end{bmatrix}=\begin{bmatrix}0\\0\end{bmatrix}$
How to solve for $x_1$ & $x_2$?
Thanks
Hint: If you do the matrix multiplication, you'll get a $2\times1$ matrix. The top and bottom entries must equal the top and bottom entries on the other side of the equals sign, so you get a system of equations you can solve.