"Source: Text/Ring/RngLoc.text";
"Line: 4539";
"Date: Fri Sep 26 14:29:19 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Ring/RngLoc.text, line: 4539
// Example: H49E32 ()
print "Example: H49E32";
ei := GetEchoInput();
SetEchoInput(true);
Zp := pAdicRing(7 : Exact);
Zp.1; 
UniformizingElement(Zp);
ResidueGenerator(Zp);
L := ext<ext<Zp | Polynomial([7, 77, 7*17, 1])> | 4>;
BL := BaseRing(L);
L.1;
Generator(L);
UniformizingElement(L);
ResidueGenerator(L);
AbsoluteGenerator(L);
SetEchoInput(ei);
