Fix 0/0 in ore function field
Closed this issue · 12 comments
sage: k.<a> = GF(5^2)
sage: Frob = k.frobenius_endomorphism()
sage: der = k.derivation(a, twist=Frob)
sage: S.<x> = k['x', der]
sage: K = S.fraction_field()
sage: K(0)/K(0)
0
CC: @xcaruso
Component: algebra
Author: Jonathan Kliem
Branch/Commit: 192b564
Reviewer: Markus Wageringel, Xavier Caruso
Issue created by migration from https://trac.sagemath.org/ticket/32109
Branch: public/32109
Reviewer: Markus Wageringel
This looks good to me. You can set this to positive if the bot is happy.
I think you need to add the trac ticket number in the doctest, e.g. add the sentence:
We check that :trac:`32109` is fixed::
before the test.
Otherwise, it looks good.
Changed reviewer from Markus Wageringel to Markus Wageringel, Xavier Caruso
I think this is usually done for bugs that include a discussion, which is not the case here. But sure.
Branch pushed to git repo; I updated commit sha1. New commits:
192b564 | add ticked number to test |
Thanks.
Changed branch from public/32109 to 192b564