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