Skip to content

NotImplementedError: can not rewrite Univariate Quotient Polynomial Ring .. #105

@swewers

Description

@swewers

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingupstream: reportedAn issue that originates in Sage, a trac ticket has been created the fix is not ready yet

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions