#4453: elliptic curves -- heegner_index command gives nonsense when rank > 1
-----------------------------------+----------------------------------------
Reporter: was | Owner:
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-5.5
Component: elliptic curves | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers: John Cremona, Robert
Bradshaw
Authors: William Stein | Merged in:
Dependencies: | Stopgaps:
-----------------------------------+----------------------------------------
Changes (by robertwb):
* status: needs_info => needs_review
Old description:
> For any elliptic curve over QQ of rank >= 2 the heegner_index command
> must always give +Infinity 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
> }}}
New description:
For any elliptic curve over QQ of rank >= 2 the heegner_index command must
always give +Infinity 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
}}}
Apply trac_4453-rebased.patch and 4453-doctest-fix.patch
--
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4453#comment:23>
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.