"Source: Text/Group/GrpPerm.text";
"Line: 8317";
"Date: Wed Mar 24 09:34:33 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpPerm.text, line: 8317
// Example: H64E44 ()
print "Example: H64E44";
ei := GetEchoInput();
SetEchoInput(true);
G := WreathProduct(Sym(42), Alt(8));
AssertAttribute(G, "Order", Factorial(42)^8 * (Factorial(8) div 2));
RandomSchreier(G);
Order(G);
SetEchoInput(ei);
