$\bar z - iz^2 = 0, i = $ complex unit.
I've found 2 solutions to this, like this:
$x - iy - i(x+iy)^2 = 0$
$i(-x^2+y^2-y)+2xy+x=0$
$2xy + x = 0$ --> $y=-\frac{1}{2}$
$x^2 - y^2 + y = 0$ --> $x_1=\sqrt\frac34$ $x_2=-\sqrt\frac{3}{4}$
Solution 1: $z = \sqrt\frac34 - \frac12i $
Solution 2: $z = -\sqrt\frac34 - \frac12i $
That's great and everything, but Wolfram gives me another solution, which is $z = i$. How do I get that? LINK to wolfram.
Starting from the step $0 = i(-x^2 + y^2 - y) + (2xy + x)$, we see that both the real and imaginary components must be equal to zero for the equation to hold. Equating the real component to zero gives $$x(2y+1) = 0,$$ which implies either $x = 0$ or $y = -1/2$, or both. Now look at the imaginary component for each of these cases: if $x = 0$, then $y^2 - y = y(y-1) = 0$, which gives $y = 0$ or $y = 1$. We note that the simultaneous condition $(x,y) = (0,-1/2)$ is therefore not a solution, and we have two solutions $(x,y) = (0,0)$ and $(x,y) = (0,1)$. Now if $y = -1/2$, we get $x^2 = 3/4$, or $x = \pm \sqrt{3}/2$. This gives the remaining two solutions $(x,y) = (\sqrt{3}/2, -1/2)$ and $(x,y) = (-\sqrt{3}/2, -1/2)$. Having exhausted all possibilities, we summarize the solution set as $$z \in \left\{ 0, i, e^{-\pi i/6}, e^{-5 \pi i/6} \right\}.$$
Note. I had previously made a rather embarrassing error when converting from rectangular to polar representations of the solution set. There are in fact four distinct solutions, which are now correctly described above.