"Source: Text/Group/GrpMatFF.text";
"Line: 915";
"Date: Wed Mar 24 19:05:07 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpMatFF.text, line: 915
// Example: H66E5 ()
print "Example: H66E5";
ei := GetEchoInput();
SetEchoInput(true);
G := GL(2, 3);
S := Sym(3);
G := TensorWreathProduct(G, S);
IsTensorInduced(G);
assert $1;
TensorInducedPermutations(G);
C := TensorInducedBasis(G);
x := G.1^C;
x;
IsProportional(x, 2);
assert $1;
IsProportional(x, 4);
assert $1;
SetEchoInput(ei);
