You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 (hyperbolic geometry #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.
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:
For the mod p approach:
CC: @williamstein @pjbruin
Component: modular forms
Issue created by migration from https://trac.sagemath.org/ticket/12132
The text was updated successfully, but these errors were encountered: