#11270: Implement David Zywina's new fast algorithm for determining 
surjectivity of
Galois representations attached to elliptic curves
-------------------------------+--------------------------------------------
   Reporter:  was              |          Owner:  cremona   
       Type:  enhancement      |         Status:  new       
   Priority:  minor            |      Milestone:  sage-4.7.1
  Component:  elliptic curves  |       Keywords:            
Work_issues:                   |       Upstream:  N/A       
   Reviewer:                   |         Author:            
     Merged:                   |   Dependencies:            
-------------------------------+--------------------------------------------
 This paper [1] has a much faster more precise algorithm than the one in
 Sage for accomplishing the following sort of thing:
 {{{
 sage: E = EllipticCurve('147b1')
 sage: E.galois_representation().non_surjective()
 [13]
 }}}

 The point of this ticket is to get this into Sage as the default algorithm
 (while keeping the old one, of course).   I (William Stein) am working
 with Zywina on this (it is a little more involved than just copying things
 from his paper...)

  [1]   http://www.math.upenn.edu/~zywina/papers/EffectiveModl.pdf

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11270>
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