#4453: elliptic curves -- heegner_index command gives nonsense when rank > 1
---------------------------+------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: minor | Milestone: sage-3.2
Component: number theory | Keywords:
---------------------------+------------------------------------------------
For any elliptic curve over QQ of rank >= 2 the heegner_index command must
always give 0 as output. So the following 1 at the end is just wrong.
{{{
sage: E = EllipticCurve('389a')
sage: D = E.heegner_discriminants_list(1)[0]
sage: D
-7
sage: E.heegner_index(D)
1
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4453>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---