"Source: Text/RepThy/GalRep.text";
"Line: 628";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 628
// Example: H57E13 ()
print "Example: H57E13";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(2,20);
R<x>:=PolynomialRing(K);
F:=ext<K|x^3-2>;
rho:=PermutationCharacter(F,K);
rho!![1,1,1];
rho!![6,0,0];
rho!![0,0,0];   // but not [-1,0,0] - may not be virtual
SetEchoInput(ei);
