Differences between revisions 18 and 19
Revision 18 as of 2012-02-22 13:47:42
Size: 3846
Editor: caruso
Comment:
Revision 19 as of 2012-02-22 19:05:40
Size: 3898
Editor: spice
Comment:
Deletions are marked like this. Additions are marked like this.
Line 20: Line 20:
 * [[/PadicRootAlgorithm|Panayi's root finding algorithm]] -- Implement Panayi's p-adic root finding algorithm.
 * [[http://trac.sagemath.org/sage_trac/ticket/12545|Trac 12545: create highly optimized p-adic L-series implementation for various special cases]] (William Stein, Jennifer Balakrishnan)
 * [[http://trac.sagemath.org/sage_trac/ticket/812|Trac 812: p-adic L-series via overconvergent modular symbols]] (William Stein, Jennifer Balakrishnan)
 * [[/PadicRootAlgorithm|Panayi's root finding algorithm]] -- Implement Panayi's p-adic root finding algorithm. (Simon Spicer; on hold)
 * [[http://trac.sagemath.org/sage_trac/ticket/12545|Trac 12545: create highly optimized p-adic L-series implementation for various special cases]] (William Stein, Jennifer Balakrishnan, Simon Spicer)
 * [[http://trac.sagemath.org/sage_trac/ticket/812|Trac 812: p-adic L-series via overconvergent modular symbols]] (William Stein, Jennifer Balakrishnan, Simon Spicer)

We'll be drawing our projects from the following sources.

Projects

Not directly related to p-adics but:

Miscellaneous

Here are my emacs files:

  • My sage.el file -- Download and put somewhere convenient

  • My pyrex.el file -- Download and put somewhere convenient

  • My .emacs file -- put in your home directory and edit the following two lines to the appropriate paths for the above files:

    • (load "/Users/Roed/sage/sage-4.0/data/emacs/sage-mode.el")
    • (load "/Users/Roed/sage/sage-4.0/data/emacs/pyrex-mode.el")

padicSageDays/Projects (last edited 2012-02-22 22:45:40 by roed)