"Source: Text/Group/GrpMatGen.text";
"Line: 4710";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpMatGen.text, line: 4710
// Example: H66E27 ()
print "Example: H66E27";
ei := GetEchoInput();
SetEchoInput(true);
V := VectorSpace(GF (3), 4);
Spaces := [sub< V | [1,1,0,2]>, sub < V | [ 1, 0, 2, 0 ], [ 0, 1, 0, 0]>];
S, P := StabiliserOfSpaces(Spaces);
#S;
assert $1 eq 5184;
P;
SetEchoInput(ei);
