You can find more options that can be passed to nsolve in the documentation of mpmath.findroot. I didn't see anything there that lets you limit the range, but I may have missed something.
Aaron Meurer On Wed, Jan 23, 2013 at 9:23 AM, Renxian <[email protected]> wrote: > example: > > f1=x**2+sin(3*y) > f2=log(x)-cos(y) > > result=nsolve([f1,f2],[x,y],[0,]) > > how to constrain x in range [-10,10] ?? > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/sympy?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sympy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
