Differences between revisions 10 and 20 (spanning 10 versions)
Revision 10 as of 2012-02-20 21:03:10
Size: 2711
Editor: roed
Comment:
Revision 20 as of 2012-02-22 22:45:40
Size: 3898
Editor: roed
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
== Sunday Project Proposals == == Projects ==
Line 14: Line 14:
 * [[/FunctionFields|Function Fields]] -- Hess' automorphism algorithm for finding isomorphisms between function fields.  * [[/FunctionFields|Function Fields]] -- implementing p-adic function fields
Line 16: Line 16:
 * [[/HilbertSymbols|Hilbert symbols]] -- General Hilbert symbols for p-adic fields.
Line 20: Line 19:
 * [[/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)
 * [[/nthRoots|nth roots]] -- Implement nth roots for p-adic elements.
* [[/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)
Line 24: Line 24:
 * [[/BruhatTitsTree|Bruhat Tits Tree]] -- Cameron and Marc's code into Sage.
 * [[/FLINT2|FLINT 2]] -- Get FLINT 2 into Sage. See [[http://trac.sagemath.org/sage_trac/ticket/12173|#12173]].
 * [[http://trac.sagemath.org/sage_trac/ticket/8335|Trac 8335: lattices of finite fields]] -- See also [[http://trac.sagemath.org/sage_trac/ticket/12117|Trac 12117]], [[http://trac.sagemath.org/sage_trac/ticket/12125|Trac 12125]], [[http://trac.sagemath.org/sage_trac/ticket/7240|Trac 7240]] and [[http://trac.sagemath.org/sage_trac/ticket/12133|Trac 12133]].
 * [[http://trac.sagemath.org/sage_trac/ticket/8240|Trac 8240: conversion to and from residue fields of p-adic fields]] -- depends on [[http://trac.sagemath.org/sage_trac/ticket/12062|Trac 12062]], [[http://trac.sagemath.org/sage_trac/ticket/12053|Trac 12053]], [[http://trac.sagemath.org/sage_trac/ticket/12064|Trac 12064]], and [[http://trac.sagemath.org/sage_trac/ticket/12077|Trac 12077]], which all need review.
 * [[/AdditionalFunctions|Additional Functions]] -- Implement the Artin-Hasse Exponential and the p-adic gamma function

Not directly related to $p$-adics but:
 * [[/SkewPolynomials]] -- Ring of skew polynomials over a finite field

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)