import mpmath
mpmath.mp.pretty=True
mpmath.mp.dps=30
def F(x):
        return mpmath.zeta(x)+mpmath.zeta(x,derivative=1)

r=mpmath.findroot(F,[0.1+mpmath.j],solver="muller")

====
Unhandled SIGSEGV: A segmentation fault occurred in Sage.
This probably occurred because a *compiled* component of Sage has a bug
in it and is not properly wrapped with sig_on(), sig_off(). You might
want to run Sage under gdb with 'sage -gdb' to debug this.
Sage will now terminate.
=====

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" 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/sage-support?hl=en.


Reply via email to