solve the following system of equations numerically $$2x+2y - e^{xy} = 0$$ $$x^3 + y - xy^3 = 1$$
I'm also asked to solve analytically but I'm pretty sure the closed form solution doesn't exist because if yes, then the second equation would involve Cardano formula, plus the log/exponential form from the top, it doesn't look closed to me.
I know if there is a solution, then it shouldn't lie in the quadrant $x<0,y<0$ because from the first equation $x+y>0$ implies either $x>0$ or $y>0$. However, I don't know how to solve completely.
thanks for any help!