> Thank you! - that does explain the error. 
>
> If I convert back within the function (as below) , it eliminates the error 
> message, and also seems to work in my "real" problem.  Are there better 
> ways to do this "conversion back" (to something compatible with symbolic 
> expressions) than using RealField?
>
> from mpmath import *
> def f(a,b):
>    a=RealField(100)(a)
>    c=x-a
>    return a-2, b-3
> print findroot(f, (5, 6))
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to