[GAP Forum] Transitive subgrops of Sym(n) of order n
Max Horn
max at quendi.de
Fri Mar 28 16:30:11 GMT 2008
Dear GAP forum,
is there an "efficient" way to compute (the conjugacy classes of) all
transitive subgroups of SymmetricGroup(n) or order n?
I.e. something more efficient than
Filtered(ConjugacyClassesSubgroups(SymmetricGroup(n)),
x -> n=Size(Representative(x)) and IsTransitive(Representative(x)))
which has to compute all conjugacy classes.
Thanks!
Max
More information about the Forum
mailing list