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