"Source: Text/Ring/RngLocA.text";
"Line: 210";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Ring/RngLocA.text, line: 210
// Example: H50E4 ()
print "Example: H50E4";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(Integers());
L<a> := LocalField(pAdicField(7, 50), x^6 - 49*x^2 + 686);
L;
QuotientRepresentation(L);
RR, m := RamifiedRepresentation(L);
RR;                                                                          
m(L.1);
RR.1 @@ m;
CoefficientRing(RR).1 @@ m;
SetEchoInput(ei);
