Hi,

There is function Representative which you can use.

List(ConjugacyClasses(G), Representative);

returns representative element from each conjugacy class. If the size
of conjugacy class is small then you can use AsList function to
convert conjugacy class to list of its elements.

cg:=ConjugacyClasses(G);
c1:=AsList(cg[2]);;

Regards,
Marek

_______________________________________________
Forum mailing list
Forum@mail.gap-system.org
http://mail.gap-system.org/mailman/listinfo/forum

Reply via email to