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?
Someone asked per email:
[…] For example, in the following code
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?