Skip to content

Commit c6632da

Browse files
author
Xavier Caruso
committed
mention feature in the documentation
1 parent 1e05b3a commit c6632da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,16 @@ class DrinfeldModule(Parent, UniqueRepresentation):
9292
sage: phi
9393
Drinfeld module defined by T |--> t^2 + 4*t + z
9494
95-
::
95+
When the given coefficients naturally live in a ring, the
96+
Drinfeld module is constructed over the fraction field::
9697
9798
sage: Fq = GF(49)
9899
sage: A.<T> = Fq[]
99100
sage: psi = DrinfeldModule(A, [T, T+1])
100101
sage: psi
101102
Drinfeld module defined by T |--> (T + 1)*t + T
103+
sage: psi.base()
104+
Fraction Field of Univariate Polynomial Ring in T over Finite Field in z2 of size 7^2 over its base
102105
103106
.. NOTE::
104107

0 commit comments

Comments
 (0)