How to I solve this complex quadratic equation?
$z^2 + iz = 1$
What I did first was rearranging in the $ax^2 + bx + c = 0$ form then used the quadratic formula but I get real numbers as a solution (should be complex I believe)..
$z^2 + iz -1 = 0$
Quadratic formula gives:
$z = -1 \pm \sqrt{5}/2$
Any help appreciated!