I got the following system of equations but I get stuck after a couple of steps.
$$1+x+2zy = 0$$ $$1+y+2zx = 0$$ $$y^2+x^2-1 = 0$$
From the third equation, I get:
$$x = \pm \sqrt{1-y^2}$$ and $$y = \pm \sqrt{1-x^2}$$
From the first two equations I get the following expression:
$$x =\frac{-1-y}{2z}, y =\frac{-1-x}{2z} $$
But then what? I just don't see how I can get all possible expressions for $z, y$ and $x$ where all equations hold.
I'd appreciate an hint on how to move on with this.