Previous Up Next

10.5.2  fsolve with the option hybrid_solver


Example.
Input:

fsolve([x^2+y-2,x+y^2-2],[x,y],[2,2],hybrid_solver)

Output:


1.0,1.0

Previous Up Next