"Source: Text/Group/GrpFP.text";
"Line: 4247";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 4247
// Example: H78E32 ()
print "Example: H78E32";
ei := GetEchoInput();
SetEchoInput(true);
G<a,b> := DihedralFPGroup(0);
G;
S := sub<G|a*b, a^10>;
ct := CosetTable(G, S);
ct;
fP, P, K := CosetTableToRepresentation(G, ct);
fP;
P;
K;
H := sub<G|b>;
ct := CosetTable(G, H);
ct;
SetEchoInput(ei);
