Differences between revisions 10 and 11
Revision 10 as of 2009-12-01 15:17:59
Size: 3604
Editor: SalmanBaig
Comment:
Revision 11 as of 2009-12-01 16:37:37
Size: 4926
Editor: was
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
== Compute regulators of elliptic curves over function fields == == Elliptic curves over function fields == 
Line 7: Line 7:
 People: ''Sal Baig'' This project will include the following topics:
Line 9: Line 9:
== Is there an algorithm to enumerate all elliptic curves over a function field of a given conductor? ==  * Compute regulators of elliptic curves over function fields
Line 11: Line 11:
 People: ''Sal Baig'', William Stein  * Is there an algorithm to enumerate all elliptic curves over a function field of a given conductor?
Line 13: Line 13:
 * Implement Tate's algorithm for elliptic curves over the function field F_p(t)
Line 14: Line 15:
== Implement Tate's algorithm for elliptic curves over the function field F_p(t) ==  * Verify BSD for elliptic curves over function fields of analytic rank 3 or higher
Line 16: Line 17:
 People: ''Sal Baig'', David Roe (?)

== Verify BSD for elliptic curves over function fields of analytic rank 3 or higher ==

 People: ''Sal Baig''
 People: ''Sal Baig'', William Stein, David Roe, Ken Ribet
Line 25: Line 21:
 People: ''Robert Miller'', William Stein Some projects:
  
 * Implement the algorithm from Schaefer-Stoll which does the general case

 * Implement the algorithm in the reducible case due to Jeechul Woo, if we can find out what it is.

 * Compute the 3-Selmer ranks of all curves of conductor up to 1000

 People: ''Robert Miller'', William Stein, Victor Miller, Jeechul Woo (Noam's student) ??
Line 30: Line 34:
 People: ''William Stein'', Dimitar Jetchev  * Compute the reduction of $x_1$ using ternary quadratic forms, then use distribution relations and hit by Hecke operators to get reduction of all $x_n$. There is a theorem of Jetchev-Kane about the asymptotic distribution of $x_n$; compare our new data with that.

 People: ''William Stein'', Dimitar Jetchev, Drew Sutherland, Mirela Ciperiani, Ken Ribet, Victor Miller
Line 33: Line 39:
== Create a table of images of Galois representations, for elliptic curves and/or Jacobians, in some range == == Create a table of images of Galois representations, for elliptic curves ==
Line 35: Line 41:
 People: ''Drew Sutherland'', William Stein The goals of this project are:

  * Compute and record in a nice table the exact image of Galois in $GL_2(F_p)$ for all $p<60$ and all curves in Cremona's tables, using Drew's new code/algorithm.

  * Extend the above to all $p$ by using the explicit bound coded in Sage.

  * Compute the exact image for all curves of conductor up to $10^8$ from the Stein-Watkins database. Add this data with some nice key to that database (i.e., change all the files to include a new field).

  * Think about images in $GL(Z/mZ)$.

  * Think about statistics resulting from the above computation.


 People: ''Drew Sutherland'', Ken Ribet, William Stein
Line 48: Line 67:
== Fully implement and optimize variant of Watkins's algorithm for fast computation of Heegner points == == Fast computation of Heegner points ==
Line 50: Line 69:
 People: ''William Stein'', Robert Bradshaw  Implement the algorithm of Delauny/Watkins's algorithm for fast computation of Heegner points $y_K \in E(K)$.

 People: ''William Stein'', Robert Bradshaw, Jen Balakrishnan

Sage Days 18 Coding Sprint Projects

== Elliptic curves over function fields ==

This project will include the following topics:

  • Compute regulators of elliptic curves over function fields
  • Is there an algorithm to enumerate all elliptic curves over a function field of a given conductor?
  • Implement Tate's algorithm for elliptic curves over the function field F_p(t)
  • Verify BSD for elliptic curves over function fields of analytic rank 3 or higher

    People: Sal Baig, William Stein, David Roe, Ken Ribet

Implement computation of the 3-Selmer rank of an elliptic curve over QQ

Some projects:

  • Implement the algorithm from Schaefer-Stoll which does the general case
  • Implement the algorithm in the reducible case due to Jeechul Woo, if we can find out what it is.
  • Compute the 3-Selmer ranks of all curves of conductor up to 1000

    People: Robert Miller, William Stein, Victor Miller, Jeechul Woo (Noam's student) ??

Compute statistics about distribution of Heegner divisors and Kolyvagin divisors modulo primes p

  • Compute the reduction of x_1 using ternary quadratic forms, then use distribution relations and hit by Hecke operators to get reduction of all x_n. There is a theorem of Jetchev-Kane about the asymptotic distribution of x_n; compare our new data with that.

    People: William Stein, Dimitar Jetchev, Drew Sutherland, Mirela Ciperiani, Ken Ribet, Victor Miller

Create a table of images of Galois representations, for elliptic curves

The goals of this project are:

  • Compute and record in a nice table the exact image of Galois in GL_2(F_p) for all p<60 and all curves in Cremona's tables, using Drew's new code/algorithm.

  • Extend the above to all p by using the explicit bound coded in Sage.

  • Compute the exact image for all curves of conductor up to 10^8 from the Stein-Watkins database. Add this data with some nice key to that database (i.e., change all the files to include a new field).

  • Think about images in GL(Z/mZ).

  • Think about statistics resulting from the above computation.
  • People: Drew Sutherland, Ken Ribet, William Stein

Drew Sutherland remarks:

Hi William,

I would definitely be motivated to work on the table of Galois images project that you suggested in your list. I am currently rerunning my previous computations on the Stein-Watkins database using an improved version of the algorithm (just for the mod ell case at the moment, I still want to tweak the mod ell^k code some more). It would be great to get all this data organized and accessible in a useful form, especially while everything is fresh in my mind.

Drew

Fast computation of Heegner points

  • Implement the algorithm of Delauny/Watkins's algorithm for fast computation of Heegner points y_K \in E(K).

    People: William Stein, Robert Bradshaw, Jen Balakrishnan

Implement code to compute the asymptotic distribution of Kolyvagin classes (from Jared Weinstein's talk); this should be pretty easy, though generalizing to higher rank may be challenging

  • People: Jared Weinstein

Verify Kolyvagin's conjecture for a specific rank 3 curve

  • People: William Stein

Implement an algorithm in Sage to compute Stark-Heegner points

  • People: Mathew Greenberg

Compute the higher Heegner point y_5 on the curve 389a provably correctly

  • People: Robert Bradshaw, William Stein

Compute special values of the Gross-Zagier L-function L(f,chi,s)

  • People: Robert Bradshaw

Implement something toward the Pollack et al. overconvergent modular symbols algorithm

  • People: Robert Pollack, Avner Ash

Compute a Heegner point on the Jacobian of a genus 2 curve

Visibility of Kolyvagin Classes

  • People: Jared Weinstein, William Stein

This might be idle blather, but I've been thinking about Kolyvagin classes and I'm curious about the following. On the one hand, one of Kolyvagin's suite of conjectures is that the classes he constructs out of Heegner points ought to generate the entirety of Sha(E/K). On the other hand each element of Sha(E/K) is "visible" in some other abelian variety, in the sense of Mazur (see for instance http://www.williamstein.org/home/was/www/home/wstein/www/papers/visibility_of_sha/). I wonder if the Kolyvagin classes d(n) contributing to Sha become visible in abelian varieties in some *systematic* way; ie, in a modular Jacobian of possibly higher level. There are already some examples out there of computation with visibility and computation with Kolyvagin classes, so maybe we can gather some data.

dayscambridge2/sprints (last edited 2009-12-23 06:38:37 by was)