9.5.3
fsolve
with the option
hybrids_solver
Input:
fsolve([x
^
2+y-2,x+y
^
2-2],[x,y],[2,2],hybrids_solver)
Output:
[1.0,1.0]