Processing Math: Done
No jsMath TeX fonts found -- using unicode fonts instead.
This may be slow and might not print well.
Use the jsMath control panel to get additional information.
jsMath Control PanelHide this Message


jsMath
Differences between revisions 2 and 8 (spanning 6 versions)
Revision 2 as of 2007-09-30 12:52:05
Size: 365
Editor: was
Comment:
Revision 8 as of 2007-10-01 19:35:12
Size: 1214
Editor: DavidRoe
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Get doctest coverage up to 100% ==
Line 4: Line 5:
== fix all the precision and other TODO issues listed in William's talk ==
[http://wstein.org/talks/20070930-stein-bsd/ Slides]
== Period Lattice ==
  * Make it so precision can be specified (in bits)
  * Make an abstract "period lattice" class
Line 7: Line 9:
== conductors over number fields == == Implement Tate's algorithm over number fields ==
  * This means porting Cremona's code. David Roe started on this.
  * This will give computation of conductors over number fields.

== Compute the Neron-Tate canonical height of points on elliptic curves over number fields ==
  * Start with David Kohel and Martin Giraud: package/Geometry/CrvEll/anf_height.m
Line 10: Line 17:
  * E.g., separate out all the L-series commands into an L-series class, e.g., like padic_lseries right now.   1. separate out all the L-series commands into an L-series class, e.g., like padic_lseries right now.

== Compute E(F_q) and/or #E(F_q) ==
  * Implement smart baby step-giant step (Albrecht, Sutherland)

== Compute with L-series of elliptic curves over number fields ==
  * Use Dokchitser to compute L-function

== Sympow improvement ==
  * Improve Sage wrapper (a lot)
  * In particular, should autogenerate the needed data files.

[http://wiki.sagemath.org/days5/proj/ellcurve?action=AttachFile&do=get&target=ell_split.hg Breaking up ell_rational_field, adding Tate's algorithm]

Elliptic Curve

Get doctest coverage up to 100%

Period Lattice

  • Make it so precision can be specified (in bits)
  • Make an abstract "period lattice" class

Implement Tate's algorithm over number fields

  • This means porting Cremona's code. David Roe started on this.
  • This will give computation of conductors over number fields.

Compute the Neron-Tate canonical height of points on elliptic curves over number fields

  • Start with David Kohel and Martin Giraud: package/Geometry/CrvEll/anf_height.m

Reorganize and refactor the ell_rational_field file

  1. separate out all the L-series commands into an L-series class, e.g., like padic_lseries right now.

Compute E(F_q) and/or #E(F_q)

  • Implement smart baby step-giant step (Albrecht, Sutherland)

Compute with L-series of elliptic curves over number fields

  • Use Dokchitser to compute L-function

Sympow improvement

  • Improve Sage wrapper (a lot)
  • In particular, should autogenerate the needed data files.

[http://wiki.sagemath.org/days5/proj/ellcurve?action=AttachFile&do=get&target=ell_split.hg Breaking up ell_rational_field, adding Tate's algorithm]

days5/proj/ellcurve (last edited 2008-11-14 13:42:11 by anonymous)