"Source: Text/RepThy/GalRep.text";
"Line: 810";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 810
// Example: H57E17 ()
print "Example: H57E17";
ei := GetEchoInput();
SetEchoInput(true);
E:=EllipticCurve("20a1");
GaloisRepresentation(E,3);
GaloisRepresentation(E,5);
GaloisRepresentation(E,2);
EulerFactor($3),EulerFactor($2),EulerFactor($1);
SetEchoInput(ei);
