"Source: Text/Ring/RngLoc.text";
"Line: 5708";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngLoc.text, line: 5708
// Example: H48E37 ()
print "Example: H48E37";
ei := GetEchoInput();
SetEchoInput(true);
Qp := pAdicField(17 : Exact);
P<x> := PolynomialRing(Qp : Exact);
f := (x - 14)*(x - Qp.1)*(x - Qp.1 - 1);
NewtonPolygon(f);
HasRoot(f);
Roots(f);
Factorization(f);
IsIrreducible(f);
IsHenselLiftable(f, Qp!14);
IsHenselLiftable(f, Qp!10);
RamificationResidualPolynomials(x^3 + 3*17*x^2 + 2*17^2*x + 5*17);
SetEchoInput(ei);
