"Source: Text/RepThy/GalRep.text";
"Line: 378";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 378
// Example: H57E6 ()
print "Example: H57E6";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(37,20);
R<x>:=PolynomialRing(Rationals());
rho:=UnramifiedRepresentation(K,(1-37*x)*(1-3*x));
rho;
rho eq CyclotomicCharacter(K)^(-1)+UnramifiedCharacter(K,3);
SetEchoInput(ei);
