4.5.2
fsolve
with the option
hybrid_solver
Input :
fsolve([x
^
2+y-2,x+y
^
2-2],[x,y],[2,2],
cos(x)=x,x,0,hybrid_solver)
Output :
[1.0,1.0]