"Source: Text/Ring/RngLoc.text";
"Line: 596";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngLoc.text, line: 596
// Example: H48E4 ()
print "Example: H48E4";
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);
