"Source: Text/Group/GrpPerm.text";
"Line: 8325";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 8325
// Example: H65E44 ()
print "Example: H65E44";
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);
