"Source: Text/Ring/RngLoc.text";
"Line: 597";
"Date: Fri Sep 26 14:29:19 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Ring/RngLoc.text, line: 597
// Example: H49E4 ()
print "Example: H49E4";
ei := GetEchoInput();
SetEchoInput(true);
R := pAdicRing(2);
Z := Integers();
P<x> := PolynomialRing(Z);
m := map<Z -> P | k :-> x^3 + x + 1>;
R2 := ext<R | m>;
R2;
DefiningPolynomial(R2);
R2`DefaultPrecision := 1000;
DefiningPolynomial(R2);
SetEchoInput(ei);
