Skip to content

Eisenstein polynomial of (relative) extensions #44

Description

@saraedum

Someone asked per email:

[…] For example, in the following code

from henselization import *
from henselization.benchmarks.splitting_fields import splitting_field
K = QQ.henselization(3)
R.<T> = K[]
f=T^9-3
splitting_field(f)
Extension defined by a54^6 + a9^3*a54^3 + a9^6 of Extension defined by a9^9 - 3 of Henselization of Rational Field with respect to 3-adic valuation

It defines the relative extension […] which is not Eisenstein over [the intermediate field]. This is reasonable but somehow inconvenient. Someone told me that the corresponding Eisenstein polynomial can be achieved by using Ore-MacLane/ Okutsu-Montes algorithm, but I can't see their connection. The only software supporting such feature may be MAGMA (MAGMA calculates the Eisenstein polynomial of the (totally ramified) splitting field of polynomials with Z coefficients in Qp, which is not open-sourced. So I wonder if you have any idea about this problem?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions