I'm trying to solve the following for $z_1$, $z_2$, and $t$:
$$tCz_2^2-tD-\epsilon_2z_2=0$$ $$tAz_1^2-tB-\delta_2z_1=0$$ $$\epsilon_1Az_1^2z_2+\epsilon_1Bz_2+C\delta_1z_1z_2^2+D\delta_1z_1+(-2\delta_1+E-2\epsilon_1)z_1z_2=0$$ Where $A, B, C, D, E, \epsilon_1, \epsilon_2, \delta_1, \delta_2$ are constants.
I've tried using polar coordinates ($z_1=r\cos\theta$, $z_2=r\sin\theta$) then solve them for specific values of $\theta$ then find the $t$ and $r$ accordingly e.g., when $\theta=(2n+1)\pi,\theta=2n\pi, \theta=(2n+1/2)\pi$, and $\theta=(2n+3/2)\pi$. But I wonder if there is an explicit solution to the above system of equations?