"Source: Text/RepThy/GalRep.text";
"Line: 982";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/GalRep.text, line: 982
// Example: H58E22 ()
print "Example: H58E22";
ei := GetEchoInput();
SetEchoInput(true);
f:=Newforms("5k4")[1,1]; 
GaloisRepresentation(f,3);
GaloisRepresentation(f,5);
SetEchoInput(ei);
