Ticket #9302 (closed defect: fixed)
Heegner point_exact is wrong for 5077a with discriminant -7
| Reported by: | was | Owned by: | cremona |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.5.2 |
| Component: | elliptic curves | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | William Stein |
| Authors: | Robert Bradshaw | Merged in: | sage-4.5.2.alpha0 |
| Dependencies: | Stopgaps: |
Description
sage: E = EllipticCurve('5077a')
sage: E.heegner_discriminants(100)
[-3, -4, -7, -19, -40, -47, -55, -59, -71, -79, -84, -88]
sage: P = E.heegner_point(-7)
sage: P.numerical_approx(prec=100)
(0 : 1.0000000000000000000000000000 : 0)
sage: P.point_exact(prec=100)
(0 : 2 : 1)
But point_exact should be the point at infinity.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

