Answer
The solution is $((1-i)t,t)$
Work Step by Step
$Ax=0 $
$\begin{bmatrix}
1-i & 2i\\
1+i & -2
\end{bmatrix}.\begin{bmatrix}
x\\
y
\end{bmatrix}=\begin{bmatrix}
0\\
0
\end{bmatrix} $
$\begin{bmatrix}
1-i & 2i|0\\
1+i & -2|
\end{bmatrix} \approx^1 \begin{bmatrix}
1 &-1+i|0\\
1+i & -2|0
\end{bmatrix} \approx^2 \begin{bmatrix}
1 &-1+i|0\\
0 & 0|0
\end{bmatrix}$
This matrix is now in row-echelon form.
$1. M_1(\frac{1+i}{2})$
$2. A_{12}(−1-i)$
The solution set is:
$x_1+(-1+i)x_2=0$
$x_2=t$
There is one free variable, which we take to be $x_2 = t$, where t can assume any complex value. Applying back substitution yields:
$x_1+(-1+i)t=0 \rightarrow x_1=(1-i)t$
$x_2=t$
Hence, the solution is $((1-i)t,t)$