#9467: p-adic l-series associated to modular Jacobians
-----------------------------+----------------------------------------------
Reporter: jen | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: number theory | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
-----------------------------+----------------------------------------------
This is a first attempt at merging the code William and I wrote during
Sage Days 22 to compute p-adic L-series associated to modular Jacobians.
Below is an example of a p-adic L-series associated to the rank 2 Jacobian
of a curve (level N = 188) in
"Empirical evidence for the Birch and Swinnerton-Dyer conjectures for
modular Jacobians of genus 2 curves" (Flynn, Leprevost, Schaefer, Stein,
Stoll, Wetherell).
I realize the naming isn't quite right (this is the L-series of a
curve whose Jacobian is a certain quotient of J_0(N) ...), but here's the
main function:
{{{
sage: J = J0(188)
sage: L = J.padic_lseries(7)
sage: f = L.series(5)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9467>
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.