#10280: error in precision of p-adic L-functions
-------------------------------+--------------------------------------------
Reporter: wuthrich | Owner: cremona
Type: defect | Status: new
Priority: major | Milestone: sage-4.6.2
Component: elliptic curves | Keywords: padic L-functions
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
The following was reported by Mark Watkins.
{{{
sage: E=EllipticCurve('389a')
sage: Lp = E.padic_lseries(3)
sage: Lp.series(4)
O(3^6) + O(3^3)*T + (2 + 2*3 + 2*3^2 + O(3^3))*T^2 + (2 + O(3^2))*T^3 +
(1 + 2*3 + O(3^3))*T^4 + O(T^5)
sage: Lp.series(5)
O(3^7) + O(3^4)*T + (2 + 2*3 + 2*3^2 + 3^3 + O(3^4))*T^2 + (2 +
O(3^3))*T^3 +
(1 + 2*3 + 2*3^2 + 2*3^3 + O(3^4))*T^4 + O(T^5)
}}}
Note that the term 2*3^2^ in T^4^ has appeared in the second computation.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10280>
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.