#7096: bug in dual isogeny computation
-------------------------------+--------------------------------------------
   Reporter:  cremona          |       Owner:                        
       Type:  defect           |      Status:  new                   
   Priority:  major            |   Milestone:  sage-4.2              
  Component:  elliptic curves  |    Keywords:  elliptic curve isogeny
Work_issues:                   |      Author:                        
   Reviewer:                   |      Merged:                        
-------------------------------+--------------------------------------------

Comment(by wuthrich):

 Yet another bug with {{{dual}}}. I have to chase that. It does not look
 like being related to the previously reported bugs.

 {{{
 k = GF(103)
 E = EllipticCurve(k,[1,0,0,1,-1])
 P = E(60,85)
 phi = E.isogeny(P)
 phi.dual()
 }}}

 gives

 {{{
 IndexError: list index out of range
 }}}

 in  line 3789.

 (I keep on adding these bugs here and I try to resolve as many as I can
 with the patch for this. Only then I will open new tickets for the
 remaining ones)

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7096#comment:8>
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