I have been trying to solve the following system of linear equations in the complex plane:
$$\begin{cases} z_1 = -iz_2 \\ z_2 = iz_1 \end{cases} $$ I know the solution, it's $z_1 = 1, \space z_2 = i$, but i can't find a way to prove it, it seems like the solution is "hidden". If someone could provide a proof (and maybe an explanation on what's going on), I would much appreciate it.
It's easiest to see when you bring everything on one side and order by variables:
$z_1+iz_2=0$
$-iz_1+z_2=0$.
Now, multiply both sides of the second equation by $i$. You get:
$z_1+iz_2=0$
$z_1+iz_2=0$.
That's twice the same equation! What this means is that you really only have one distinct equation for two variables, i.e. you are undetermined. Again, what this means is that you can choose any value for $z_1$, which then fixed $z_2=i z_1$.