"Source: Text/Group/GrpCoh.text";
"Line: 1445";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpCoh.text, line: 1445
// Example: H74E22 ()
print "Example: H74E22";
ei := GetEchoInput();
SetEchoInput(true);
D4 := DihedralGroup(4);
time S := ExtensionsOfSolubleGroup(D4, D4);
#S;                                                                   
assert $1 eq 20;
ES := [CosetImage(g,sub<g|>) : g in S ];
[#Centre(g): g in ES];
[NilpotencyClass(g) : g in ES ];
[Exponent(g): g in ES];
SetEchoInput(ei);
