"Source: Text/RepThy/GalRep.text";
"Line: 1477";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 1477
// Example: H57E37 ()
print "Example: H57E37";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(2,40);
E:=BaseChange(EllipticCurve("256a1"),K);
A:=GaloisRepresentation(E); A;
ConductorExponent(A);
Conductor(A);
Conductor(E);    // same, by definition
SetEchoInput(ei);
