Hi, On 27 Mai, 03:21, Matthew Emmett <[email protected]> wrote: > I am having trouble combining mpmath's findroot function with sympy.
nsolve() is sympy's interface to mpmath's findroot(), it basically does all the conversion stuff for you. > I think that manipulation of mp.dps (or .prec) doesn't affect evalf (the reason to think this way is that each instance of mpf can have its own dps/prec setting). This is probably the reason for subs() failing. Just to clarify: the precision of an mpf instance is tied to a "context" instance, not to the mpf itself. Vinzent -- 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]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
