Differences between revisions 4 and 32 (spanning 28 versions)
Revision 4 as of 2010-12-08 00:59:00
Size: 1666
Editor: was
Comment:
Revision 32 as of 2010-12-10 19:57:07
Size: 4686
Editor: AlysonDeines
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

<<TableOfContents>>
Line 7: Line 9:
  * See [days26/Pries%20Project|this page]   * See [[days26/Pries Project|this page]].
Line 10: Line 12:
    * this appears to be done here: [[attachment:Computing N for Hyperelliptic curve.sws]]
    * need data to check that this is correct.
    * for what range of primes is this code reasonable?
Line 11: Line 16:
  * make it really, really fast.   * make it really, really fast (cython).
Line 13: Line 18:
  * get included in sage itself   * get included in sage itself [[http://trac.sagemath.org/sage_trac/ticket/10457|Trac ticket #10457]]
Line 15: Line 20:
  * make a big table or something? Rachel: "I would love to find a curve with p-rank 0 and a-number 1. I did genus 4 and p=3."   * make a big table or something? Rachel: "I would love to find a curve with p-rank 0 and a-number 1. I did genus 4 and p=3." [[attachment:Examplesg4p0a1.sws|Some examples]]
Line 20: Line 25:
PEOPLE: Kate, William S., Lola, Aly, Erin, Bianca, PEOPLE: Kate, William S., Lola, Aly, Erin, Bianca
Line 22: Line 27:
  * make code usable from Python (involves Cython) See the [[days26/Stange Project|Project Page]]. Subprojects are:
Line 24: Line 29:
  * use code:
 
     - replicate and extend data in Kate's talk
 
     - maybe try genus 2 analogue?
  * make smalljac code usable from Python (involves Cython)
Line 30: Line 31:
  * possibly implement cubic and sextic residue symbol. make it really really fast, even if it is implemented, since Kate wants lots of data.   * cubic and sextic residue symbol
Line 32: Line 33:
  * explicit calculation of Grossencharacters.   * explicit calculation of Grossencharacters (aka Hecke characters).
Line 37: Line 38:
PEOPLE: Jennifer B., Jennifer P., Jennifer J. PEOPLE: Jennifer B., Jennifer P., Jennifer J., Bianca
Line 39: Line 40:
  * Decide if curve is attached to a modular form, and if so find it, then use that to compute L-series.   * Decide if curve is attached to a modular form, and if so find it, then use that to compute L-series (use Sturm bound -- see paper of Ribet with appendix by Agashe/Stein)

  * Need the analogue of Tate's algorithm to get from the Namikawa-Ueno classification to the Euler factor at the bad primes
Line 43: Line 46:
  * Make a table. Starting with "van Wamelen"'s table. See also Kohel.   * Make a table. Starting with [[https://www.math.lsu.edu/~wamelen/CMcurves.txt|"van Wamelen"'s table]]. See also [[http://echidna.maths.usyd.edu.au/kohel/dbs/index.html|Kohel's tables]].

  * Incorporate Robert Bradshaw's code into Purple Sage. http://code.google.com/p/purplesage/issues/detail?id=14
Line 50: Line 55:
  * Make a list of what you want to be able to do   * Make a list of what you want to be able to do:
      - Such computations come up for Stein in http://wstein.org/papers/kolyconj2/
Line 56: Line 62:
   == Sara's (mostly Combinatorics) wishlist ==
Line 57: Line 65:
      PEOPLE: Needs people!

  * Better index of software
   
  * sbcl in Sage
    
  * Quasisymmetric function bases (Jason Bandlow has preliminary implementations on sage-combinat)
  
  * hyperplane arrangements
  
  * wikipedia and Sage pages linked to each other


== Some combinatorics projects from Anne's talk ==

  * LaTeX support for tableaux, compatible with jsmath/mathjax for visualization in the notebook, see trac#4355

  * Implementation of cyclage graph. PEOPLE: Anne S.

  * Implementation of the Schuetzenberger involution Omega_2 on tableaux and words:

     - tableaux --> word --> something --> tableaux: result is a sage worksheet, then function included in sage?! done! see trac ticket http://trac.sagemath.org/sage_trac/ticket/10446#comment:1 PEOPLE: Erin, Ilke

  * Faster implementation of crystal graph isomorphisms (would have implications for the energy function and R-matrix). PEOPLE: Anne S., William S.

     - view crystal graph and check if it is isomorphic to another graph (would build on Robert Miller's "NICE" package, which will check if any two graphs are isomorphic, which is fully available in Sage). Hopefully this makes this project easy?

  * make the k-Schur function and their duals live in the right subspace/quotient of the ring of symmetric functions

     - in Sage, but live in the wrong space. Should live in a subspace. Have sample code in worksheet that "does the job" (see this link in Sage Days 20.5 in Toronto in May). Want to put this code into Sage. PEOPLE: Erin.

== Symbolic projects ==

PEOPLE: Flavia, Karen

  * reviewing patches for hypergeometric functions [[http://trac.sagemath.org/sage_trac/ticket/2516|#2516]] and orthogonal polynomials [[http://trac.sagemath.org/sage_trac/ticket/9706|#9706]]

  * make beta symbolic [[http://trac.sagemath.org/sage_trac/ticket/9130|#9130]] and make log_gamma symbolic [[http://trac.sagemath.org/sage_trac/ticket/10075|#10075]]

  * add derivatives to floor, ceiling functions [[http://trac.sagemath.org/sage_trac/ticket/9874|#9874]]

  * doctest desolve [[http://trac.sagemath.org/sage_trac/ticket/8931|#8931]]

  * add Stefan Boettner's parallel integration code

PROJECT GROUPS

Computing the Cartier operator acting on 1-forms

PEOPLE: Rachel P., Aly, Gagan, Anja, Sarah, Marina, Kate

  • See this page.

  • sage worksheet that is slow and just implements algorithm (correctly!)
  • make it really, really fast (cython).
  • get included in sage itself Trac ticket #10457

  • make a big table or something? Rachel: "I would love to find a curve with p-rank 0 and a-number 1. I did genus 4 and p=3." Some examples

Making Drew Sutherland's smalljac code usable in Sage and extending Kate's data

PEOPLE: Kate, William S., Lola, Aly, Erin, Bianca

See the Project Page. Subprojects are:

  • make smalljac code usable from Python (involves Cython)
  • cubic and sextic residue symbol
  • explicit calculation of Grossencharacters (aka Hecke characters).

Computing L-series of Jacobians of Certain Hyperelliptic Curves

PEOPLE: Jennifer B., Jennifer P., Jennifer J., Bianca

  • Decide if curve is attached to a modular form, and if so find it, then use that to compute L-series (use Sturm bound -- see paper of Ribet with appendix by Agashe/Stein)
  • Need the analogue of Tate's algorithm to get from the Namikawa-Ueno classification to the Euler factor at the bad primes
  • Plug L-series into Dokchitser and get numbers.
  • Make a table. Starting with "van Wamelen"'s table. See also Kohel's tables.

  • Incorporate Robert Bradshaw's code into Purple Sage. http://code.google.com/p/purplesage/issues/detail?id=14

Computing in the class group of non-maximal orders of quadratic imaginary fields

PEOPLE: William S., Bianca,

  • Make a list of what you want to be able to do:
  • List why Magma/PARI aren't good enough (bugs, issues, speed, etc.)
  • Write really really fast code to implement some of this.

Sara's (mostly Combinatorics) wishlist

PEOPLE: Needs people!

  • Better index of software
  • sbcl in Sage
  • Quasisymmetric function bases (Jason Bandlow has preliminary implementations on sage-combinat)
  • hyperplane arrangements
  • wikipedia and Sage pages linked to each other

Some combinatorics projects from Anne's talk

  • LaTeX support for tableaux, compatible with jsmath/mathjax for visualization in the notebook, see trac#4355
  • Implementation of cyclage graph. PEOPLE: Anne S.
  • Implementation of the Schuetzenberger involution Omega_2 on tableaux and words:
  • Faster implementation of crystal graph isomorphisms (would have implications for the energy function and R-matrix). PEOPLE: Anne S., William S.
    • - view crystal graph and check if it is isomorphic to another graph (would build on Robert Miller's "NICE" package, which will check if any two graphs are isomorphic, which is fully available in Sage). Hopefully this makes this project easy?
  • make the k-Schur function and their duals live in the right subspace/quotient of the ring of symmetric functions
    • - in Sage, but live in the wrong space. Should live in a subspace. Have sample code in worksheet that "does the job" (see this link in Sage Days 20.5 in Toronto in May). Want to put this code into Sage. PEOPLE: Erin.

Symbolic projects

PEOPLE: Flavia, Karen

  • reviewing patches for hypergeometric functions #2516 and orthogonal polynomials #9706

  • make beta symbolic #9130 and make log_gamma symbolic #10075

  • add derivatives to floor, ceiling functions #9874

  • doctest desolve #8931

  • add Stefan Boettner's parallel integration code

days26/projects (last edited 2010-12-10 19:57:07 by AlysonDeines)