Ticket #12132 (new enhancement)
Meta-ticket: add an implementation of Edixhoven's algorithm to Sage
| Reported by: | johanbosman | Owned by: | johanbosman |
|---|---|---|---|
| Priority: | major | Milestone: | sage-wishlist |
| Component: | modular forms | Keywords: | |
| Cc: | was | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description (last modified by johanbosman) (diff)
A book on the computational aspects of Galois representations associated with modular forms was published last summer: http://www.math.univ-toulouse.fr/~couveig/publi/book.pdf
At http://www.sagenb.org/home/pub/3154/ one can find a talk I gave containing a Sage implementation of this algorithm.
The purpose of this ticket is to polish up and move that implementation to Sage.
There are in fact two approaches. Both are based on computing with torsion point of Jacobians of modular curves. The first approach goes via complex approximations and has already led to some practical results. The second approach is via modulo p computations; this works very well in theory, but practical implementations have not been well worked out yet.
Let us start by working out the first few steps in each of these approaches.
For the numerical approach:
- Implement the upper half plane. There already seems to be a ticket for this (#9439), but the patch given there needs a vast improvement. In fact, what we need is completely disjoint from what is done there.
- Implement numerical evaluation of modular forms at upper half plane points and numerical integration of modular forms between points in the (extended) upper half plane.
- We definitely also need LLL for matrices over QQ and RR. This is #12051.
- Jacobians, etc.
For the mod p approach:
