"Source: Text/Ring/RngLocA.text";
"Line: 210";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngLocA.text, line: 210
// Example: H49E4 ()
print "Example: H49E4";
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);
