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