Skip to content

Commit

Permalink
Update src/sage/rings/function_field/drinfeld_modules/finite_drinfeld…
Browse files Browse the repository at this point in the history
…_module.py

Co-authored-by: Antoine Leudière <clapped.hesitancy332@anonaddy.me>
  • Loading branch information
xcaruso and kryzar committed Jul 6, 2023
1 parent 3d6f7e6 commit f344eb0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ def invert(self, ore_pol):
return K(ore_pol[0]).in_base()
if deg % r != 0:
raise ValueError('input must be in the image of the Drinfeld module')
# Write the system and solve it
k = deg // r
A = self._function_ring
T = A.gen()
Expand Down

0 comments on commit f344eb0

Please sign in to comment.