replab / project-ideas

Collection of sketches / project ideas for RepLAB
Mozilla Public License 2.0
0 stars 0 forks source link

Faster computation of conjugacy classes #9

Open jdbancal opened 2 years ago

jdbancal commented 2 years ago

Currently, the search for conjugacy classes is pretty slow for groups of large order (we use random search).

This could be improved dramatically.

The most accessible method seems now the Butler1994 reference below. It needs the computation of Sylow subgroups, which could be implemented following Holt2005, chapter 4.

See references: