Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2010-12-02 19:34:37
Size: 235
Editor: DavidRoe
Comment:
Revision 5 as of 2012-02-23 23:06:04
Size: 886
Editor: magfrump
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * ''Goal'' --
 * ''Type'' --
 * ''Priority'' --
 * ''Difficulty'' --
 * ''Goal'' -- implement functions such as Artin-Hasse exponential and p-adic gamma function that exist in Magma.
 * ''Type'' -- basic features
 * ''Priority'' -- Low
 * ''Difficulty'' -- Medium
Line 7: Line 7:
 * ''Contributors'' --
 * ''Progress'' -
 * ''Related Tickets'' --
 * ''Contributors'' -- Mitchell Owen
 * ''Progress'' -- Artin-Hasse mostly done, gamma function in progress
 * ''Related Tickets'' -- [[http://trac.sagemath.org/sage_trac/ticket/12560|#12560]]
Line 14: Line 14:

implement Artin-Hasse exponential: patch submitted
needs doctests that verify that it ''is'' the AHE
implemented an argument m that gives you exp(x+...+x^(p^m)/p^m) locally; need to add to patch
should add normalization to extend to closed unit disc

implement p-adic gamma function: speed-ups finished; need to fix segfaults
need to do speed tests and comparisons with MAGMA/PARI implementations
  • Goal -- implement functions such as Artin-Hasse exponential and p-adic gamma function that exist in Magma.

  • Type -- basic features

  • Priority -- Low

  • Difficulty -- Medium

  • Prerequisites --

  • Background --

  • Contributors -- Mitchell Owen

  • Progress -- Artin-Hasse mostly done, gamma function in progress

  • Related Tickets -- #12560

Discussion

Tasks

implement Artin-Hasse exponential: patch submitted needs doctests that verify that it is the AHE implemented an argument m that gives you exp(x+...+x(pm)/p^m) locally; need to add to patch should add normalization to extend to closed unit disc

implement p-adic gamma function: speed-ups finished; need to fix segfaults need to do speed tests and comparisons with MAGMA/PARI implementations

padics/AdditionalFunctions (last edited 2012-02-23 23:06:04 by magfrump)