"Source: Text/Group/GrpPerm.text";
"Line: 1218";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 1218
// Example: H65E8 ()
print "Example: H65E8";
ei := GetEchoInput();
SetEchoInput(true);
G := SymmetricGroup(GrpPerm, 4);
H := DihedralGroup(GrpPerm, 3);
D := DirectProduct(G, H);
D;
T := PrimitiveWreathProduct(G, H);
T;
W := WreathProduct(G, H);
W;
SetEchoInput(ei);
