"Source: Text/RepThy/GalRep.text";
"Line: 1516";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/GalRep.text, line: 1516
// Example: H57E38 ()
print "Example: H57E38";
ei := GetEchoInput();
SetEchoInput(true);
E:=EllipticCurve("98a1");  
A:=GaloisRepresentation(E,7); A;
RootNumber(A);
RootNumber(E,7);  // same
SetEchoInput(ei);
