#9402: Extend dokchitser L-function package in Elliptic Curves to Number Fields
-------------------------------+--------------------------------------------
   Reporter:  adam             |          Owner:  cremona                   
       Type:  enhancement      |         Status:  needs_work                
   Priority:  major            |      Milestone:  sage-4.7.1                
  Component:  elliptic curves  |       Keywords:  Elliptic Curves, L-series,
Work_issues:                   |       Upstream:  N/A                       
   Reviewer:                   |         Author:  Adam Sorkin               
     Merged:                   |   Dependencies:                            
-------------------------------+--------------------------------------------

Comment(by was):

 '''WARNING'''   Extensive improvements on this code (which is really a
 mess right now) are appearing in psage.  See, e.g., the file lseries_nf.py
 here:

 
http://code.google.com/p/purplesage/source/browse/#hg%2Fpsage%2Fellcurve%2Flseries

 Having just written that code in psage (which involved going through the
 code on this ticket), I would definitely not recommend including the
 current code in Sage with a major rewrite.   For example, code like this
 in the patch:
 {{{
     s = 'v = %s; a(k)=if(k>%s,0,v[k]);'%( coeffs, upper_limit)
     L.init_coeffs('a(k)', pari_precode = s)
 }}}
 is just masking confusion, since it's setting all Dirichlet coefficients
 above a certain bound to 0, which is nonsense.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9402#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to