Skip to content

Commit f344eb0

Browse files
xcarusokryzar
andauthored
Update src/sage/rings/function_field/drinfeld_modules/finite_drinfeld_module.py
Co-authored-by: Antoine Leudière <[email protected]>
1 parent 3d6f7e6 commit f344eb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def invert(self, ore_pol):
460460
return K(ore_pol[0]).in_base()
461461
if deg % r != 0:
462462
raise ValueError('input must be in the image of the Drinfeld module')
463+
# Write the system and solve it
463464
k = deg // r
464465
A = self._function_ring
465466
T = A.gen()

0 commit comments

Comments
 (0)