Skip to content

Commit e0acc8c

Browse files
committed
Fix frobenius_endomorphism doc
1 parent 85c8f1e commit e0acc8c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sage/rings/function_field/drinfeld_modules/finite_drinfeld_module.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,12 @@ def companion(order):
230230

231231
def frobenius_endomorphism(self):
232232
r"""
233-
Return the Frobenius endomorphism of the Drinfeld module as a
234-
morphism object.
233+
Return the Frobenius endomorphism of the Drinfeld module.
234+
235+
The *Frobenius endomorphism* is defined by the Ore polynomial
236+
`tau^n`, where `n` is the degree of the base field `K` over
237+
`\mathbb F_q`.
235238
236-
Let `q` be the order of the base field of the function ring. The
237-
*Frobenius endomorphism* is defined as the endomorphism whose
238-
defining Ore polynomial is `t^q`.
239239
240240
EXAMPLES::
241241

0 commit comments

Comments
 (0)