Skip to content

Fix Drinfeld module frobenius_endomorphism doc #40575

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,12 @@ def companion(order):

def frobenius_endomorphism(self):
r"""
Return the Frobenius endomorphism of the Drinfeld module as a
morphism object.
Return the Frobenius endomorphism of the Drinfeld module.

The *Frobenius endomorphism* is defined by the Ore polynomial
`tau^n`, where `n` is the degree of the base field `K` over
`\mathbb F_q`.

Let `q` be the order of the base field of the function ring. The
*Frobenius endomorphism* is defined as the endomorphism whose
defining Ore polynomial is `t^q`.

EXAMPLES::

Expand Down
Loading