"Source: Text/RepThy/ModAlg.text";
"Line: 5377";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/ModAlg.text, line: 5377
// Example: H97E37 ()
print "Example: H97E37";
ei := GetEchoInput();
SetEchoInput(true);
G := Sym(3);
H := CyclicGroup(6);
PG := Sylow(G,3);
PH := Sylow(H,3);
m := hom<PG -> PH | [PH.1] >;
K := GF(3);
B := PermutationBimodule(G,H,m,K);
B;
GHom(B,B);
SetEchoInput(ei);
