#11229: Rational maps attached to elliptic curve isogeny are incorrect
-------------------------------+--------------------------------------------
   Reporter:  johanbosman      |       Owner:  cremona                 
       Type:  defect           |      Status:  new                     
   Priority:  major            |   Milestone:  sage-4.7                
  Component:  elliptic curves  |    Keywords:  elliptic curves, isogeny
     Author:                   |    Upstream:  N/A                     
   Reviewer:                   |      Merged:                          
Work_issues:                   |  
-------------------------------+--------------------------------------------
 {{{
 sage: E = EllipticCurve([1,2,3,4,5])
 sage: Eshort = E.short_weierstrass_model()
 sage: phi = E.isogeny(E(0), Eshort)
 sage: phiX, phiY = phi.rational_maps()
 sage: phi(E(1,2))
 (63 : 864 : 1)
 sage: phiX(1,2), phiY(1,2)
 (63, 7560)
 }}}

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