Skip to content

Commit 6374172

Browse files
committed
documentation tweaks
1 parent baff07d commit 6374172

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/sage/schemes/elliptic_curves/hom.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,10 +1132,10 @@ def matrix_on_subgroup(self, domain_gens, codomain_gens=None):
11321132

11331133
def minimal_polynomial(self):
11341134
r"""
1135-
Return a minimal polynomial of this isogeny, as defined in
1136-
[EPSV2023]_, Definition 15: That is, some polynomial `f`
1137-
such that the points on the domain curve whose `x`-coordinates
1138-
are roots of `f` generate the kernel of this isogeny.
1135+
Return a minimal polynomial of the kernel subgroup of this isogeny, as
1136+
defined in [EPSV2023]_, Definition 15: That is, some polynomial `f` such
1137+
that the points on the domain curve whose `x`-coordinates are roots of `f`
1138+
generate the kernel of this isogeny.
11391139
11401140
.. SEEALSO::
11411141
@@ -1178,8 +1178,8 @@ def minimal_polynomial(self):
11781178

11791179
def push_subgroup(self, f):
11801180
r"""
1181-
Given the minimal polynomial (see :meth:`minimal_polynomial`)
1182-
of a subgroup `G` of the domain of this isogeny, return a minimal
1181+
Given a minimal polynomial (see :meth:`minimal_polynomial`) of a
1182+
subgroup `G` of the domain curve of this isogeny, return a minimal
11831183
polynomial of the image of `G` under this isogeny.
11841184
11851185
ALGORITHM: [EPSV2023]_, Algorithm 5 (``PushSubgroup``)

src/sage/schemes/elliptic_curves/hom_composite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -934,9 +934,9 @@ def inseparable_degree(self):
934934

935935
def push_subgroup(self, f):
936936
r"""
937-
Given the minimal polynomial (see :meth:`~EllipticCurveHom.minimal_polynomial`)
938-
of a subgroup `G` of the domain of this isogeny, return a minimal polynomial of
939-
the image of `G` under this isogeny.
937+
Given a minimal polynomial (see :meth:`~EllipticCurveHom.minimal_polynomial`)
938+
of a subgroup `G` of the domain curve of this isogeny, return a minimal polynomial
939+
of the image of `G` under this isogeny.
940940
941941
ALGORITHM: iterative :meth:`EllipticCurveHom.push_subgroup()`
942942

0 commit comments

Comments
 (0)