You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Return a basis of the `n`-torsion subgroup of this elliptic curve,
1008
+
assuming it is fully rational.
1009
+
1010
+
EXAMPLES::
1011
+
1012
+
sage: E = EllipticCurve(GF(62207^2), [1,0])
1013
+
sage: E.abelian_group()
1014
+
Additive abelian group isomorphic to Z/62208 + Z/62208 embedded in Abelian group of points on Elliptic Curve defined by y^2 = x^3 + x over Finite Field in z2 of size 62207^2
Torsion Subgroup isomorphic to Trivial group associated to the Elliptic Curve defined by y^2 = x^3 + i*x + (i+3) over Number Field in i with defining polynomial x^2 + 1 with i = 1*I
1964
+
1965
+
.. SEEALSO::
1966
+
1967
+
Use :meth:`~sage.schemes.elliptic_curves.ell_field.EllipticCurve_field.division_field`
1968
+
to determine the field of definition of the `\ell`-torsion subgroup.
1964
1969
"""
1965
1970
from .ell_torsionimportEllipticCurveTorsionSubgroup
0 commit comments