Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/sage/schemes/elliptic_curves/ell_number_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -2301,9 +2301,9 @@ def gens(self, **kwds):

Check that the the point found has infinite order, and that it is on the curve::

sage: P=gg[0]; P.order()
sage: P=gg[0]; P.order() # long time
+Infinity
sage: E.defining_polynomial()(*P)
sage: E.defining_polynomial()(*P) # long time
0

Here is a curve of rank 2::
Expand Down