"Source: Text/RepThy/GalRep.text";
"Line: 1755";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 1755
// Example: H57E46 ()
print "Example: H57E46";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(5,20);
E:=EllipticCurve([K|0,5]);
A:=GaloisRepresentation(E); A;
Determinant(A) eq CyclotomicCharacter(K)^(-1);
SetEchoInput(ei);
