Skip to content

Commit

Permalink
Period lattice: fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
user202729 committed Aug 25, 2024
1 parent 0f34773 commit 2215319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sage/schemes/elliptic_curves/period_lattice.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def basis(self, prec=None, algorithm='sage'):
(tuple of Complex) `(\omega_1,\omega_2)` where the lattice is
`\ZZ\omega_1 + \ZZ\omega_2`. If the lattice is real then
`\omega_1` is real and positive, `\Im(\omega_2)>0` and
`\Re(\omega_1/\omega_2)` is either `0` (for rectangular
`\Re(\omega_2/\omega_1)` is either `0` (for rectangular
lattices) or `\frac{1}{2}` (for non-rectangular lattices).
Otherwise, `\omega_1/\omega_2` is in the fundamental region of
the upper half-plane. If the latter normalisation is required
Expand Down Expand Up @@ -498,7 +498,7 @@ def gens(self, prec=None, algorithm='sage'):
(tuple of Complex) `(\omega_1,\omega_2)` where the lattice is
`\ZZ\omega_1 + \ZZ\omega_2`. If the lattice is real then
`\omega_1` is real and positive, `\Im(\omega_2)>0` and
`\Re(\omega_1/\omega_2)` is either `0` (for rectangular
`\Re(\omega_2/\omega_1)` is either `0` (for rectangular
lattices) or `\frac{1}{2}` (for non-rectangular lattices).
Otherwise, `\omega_1/\omega_2` is in the fundamental region of
the upper half-plane. If the latter normalisation is required
Expand Down Expand Up @@ -650,7 +650,7 @@ def _compute_periods_real(self, prec=None, algorithm='sage'):
(tuple of Complex) `(\omega_1,\omega_2)` where the lattice has
the form `\ZZ\omega_1 + \ZZ\omega_2`, `\omega_1` is real and
`\omega_1/\omega_2` has real part either `0` or `frac{1}{2}`.
`\omega_2/\omega_1` has real part either `0` or `frac{1}{2}`.
EXAMPLES::
Expand Down

0 comments on commit 2215319

Please sign in to comment.