"Source: Text/Incidence/IncidenceGeometry.text";
"Line: 412";
"Date: Wed Jun  8 13:48:34 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Incidence/IncidenceGeometry.text, line: 412
// Example: H151E7 ()
print "Example: H151E7";
ei := GetEchoInput();
SetEchoInput(true);
g := Sym(6);
s := [Stabilizer(g,{1..j}) : j in {1..5}];
cg := CosetGeometry(g,Set(s));
cg;
SetEchoInput(ei);
