Ticket #8498 (closed defect: fixed)
bug in has_good_reduction for a point on an elliptic curve over a number field
| Reported by: | wuthrich | Owned by: | cremona |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.3.4 |
| Component: | elliptic curves | Keywords: | good reduction points |
| Cc: | Author(s): | John Cremona | |
| Report Upstream: | N/A | Reviewer(s): | Chris Wuthrich |
| Merged in: | sage-4.3.4.rc0 | Work issues: |
Description
Jean Gillibert reported me the following bug. Define
E = EllipticCurve('11a1')
K.<t> = NumberField(x^2+47)
EK = E.base_extend(K)
T = EK(5,5)
P = EK(-2, -1/2*t - 1/2)
p = K.ideal(11)
Then the following works fine
sage: T.has_good_reduction(p) False
but not this one :
P.has_good_reduction(p)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

