Differences between revisions 1 and 10 (spanning 9 versions)
Revision 1 as of 2012-02-17 17:18:57
Size: 614
Editor: roed
Comment:
Revision 10 as of 2012-02-20 21:03:10
Size: 2711
Editor: roed
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
As the workshop progresses we'll be using this space to organize work on these projects. You should feel free now to add projects you'd like to see worked on either to this page or the [[padics|the enhancements page]]. == Sunday Project Proposals ==

 * [[/PowerSeries|Power Series]] -- separate precision from arithmetic, come up with applications that it will be used for: power series that converge in a particular p-adic disc. Modules over these rings.
 * [[/Factoring|Factoring]] -- work on factoring of polynomials over local fields.
 * [[/Templates|Templates]] -- templates for elements of p-adic fields.
 * [[/SymbolicIntegration|Symbolic Integration]] -- symbolic integration over p-adics. p-adic Igusa zeta functions. Get rational functions in a symbolic p. Look at Denef's webpage.
 * [[/LogarithmsForExt|Logarithms and Exponentials]] -- logarithms and exponentials for p-adic extension fields.
 * [[/FunctionFields|Function Fields]] -- Hess' automorphism algorithm for finding isomorphisms between function fields.
 * [[/WittVectors|Witt Vectors]] -- Witt vectors over general rings.
 * [[/HilbertSymbols|Hilbert symbols]] -- General Hilbert symbols for p-adic fields.
 * [[/Completions|Completions]] -- Completions of number fields.
 * [[/LinearAlgebra|Linear Algebra]] -- think. then implement.
 * [[/Inversion|Inversion]] -- Speed up inversion.
 * [[/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)
 * [[/BugSquash|Report and fix bugs in the p-adics]] -- some of our funding comes from this objective.

== Miscellaneous ==

Here are my emacs files:

 * [[http://sage.math.washington.edu/home/roed/sage.el|My sage.el file]] -- Download and put somewhere convenient
 * [[http://sage.math.washington.edu/home/roed/pyrex.el|My pyrex.el file]] -- Download and put somewhere convenient
 * [[http://sage.math.washington.edu/home/roed/.emacs|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")

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

Sunday Project Proposals

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)