"Source: Text/RepThy/GalRep.text";
"Line: 1777";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 1777
// Example: H57E47 ()
print "Example: H57E47";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(5,20);
R<x>:=PolynomialRing(K);
A:=GaloisRepresentations(x^2-2)[2];
A;
TateTwist(A,1);
[EulerFactor(TateTwist(A,n)): n in [-2..2]];
SetEchoInput(ei);
