-
-
Notifications
You must be signed in to change notification settings - Fork 661
Closed
Milestone
Description
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