Question: Solve the system of equations

I can not solve the system of equations

restart;

eq1:= x^4+2*(3*y+1)*x^2+(5*y^2+4*y+11)*x -y^2+10*y +2=0;

eq2:=y^3+(x-2)*y+x^2+x+2=0;

solve([eq1=0,eq2=0],[x,y]);

Please help me. Thank you.

Please Wait...