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.


Reply via email to