#9193: Provable computation of L-functions (Dokchitser procedure)
-----------------------------+----------------------------------------------
Reporter: robertwb | Owner: was
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.7.2
Component: number theory | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Comment(by was):
All patches apply (with a minor rebase) and mostly work. However, there
is one bug.
{{{
Unfortunately, this is wrong, since the coefficients of 1 and T have
to be 0.0000?. However, the output *is* correct to 10 bits of
precision, so the correct fix is just to truncate.::
sage: L = LFunction(EllipticCurve('389a'))
sage: L.taylor_series(RealField(10)(1), 3, proof=True)
-0.00002125? + 0.00001204?*T + 0.75933?*T^2 - 0.43032?*T^3 + O(T^4)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9193#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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/sage-trac?hl=en.