-
-
Notifications
You must be signed in to change notification settings - Fork 703
Closed
Description
[See #15608 for a list of open simon_two_descent tickets]
sage: a = [1, 0, 1, -1751, -31352]
sage: F = EllipticCurve(a)
sage: K.<d> = QuadraticField(5)
sage: FK = EllipticCurve(K, a)
sage: F.gens()
[(52 : 111 : 1)]
sage: FK.gens()
[]
This isn't very good, because the default in Sage is proof=True, so one would expect this to be a provable result (until reading the docs of course).
Over Q, if the result is not provable an error is raised or a warning is printed, depending on the proof flag. This should be the same here.
Depends on #10735
CC: @adeines @JohnCremona @sagetrac-gagansekhon @sagetrac-weigandt @williamstein @categorie @robertwb
Component: elliptic curves
Author: Peter Bruin
Branch/Commit: 42c563c
Reviewer: Chris Wuthrich
Issue created by migration from https://trac.sagemath.org/ticket/10745