-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't workingupstream: reportedAn issue that originates in Sage, a trac ticket has been created the fix is not ready yetAn issue that originates in Sage, a trac ticket has been created the fix is not ready yet
Description
The following gives an error:
sage: F.<x> = FunctionField(QQ)
sage: R.<y> = F[]
sage: G = y^4 - 4*x^4 + 48*x^3 - 24*x^2 + 48*x - 132
sage: v_2 = QQ.valuation(2)
sage: v0 = GaussValuation(F._ring, v_2).augmentation(F._ring.gen()+1, 5/4)
sage: v = F.valuation(v0)
sage: v.mac_lane_approximants(G)
NotImplementedError: can not rewrite Univariate Quotient Polynomial Ring in u2 over Fraction Field of
Univariate Polynomial Ring in x over Finite Field of size 2 (using GF2X) with modulus u2^2 + 1/x^3 as
an isomorphic ring
TODO:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingupstream: reportedAn issue that originates in Sage, a trac ticket has been created the fix is not ready yetAn issue that originates in Sage, a trac ticket has been created the fix is not ready yet