Goto Chapter: Top 1 2 3 4 5 Bib Ind
 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 

5 Operations
 5.1 Operations List

5 Operations

The generic representation of wreath product elements in wreath products of finite groups and in particular their (sparse) wreath cycle decompositions can be used to speed up certain computations in wreath products.

In particular this package provides efficient methods for finding conjugating elements, conjugacy classes, and centralisers. The implementations are based on [BNRW22] and references therein.

5.1 Operations List

Here we include a list of operations that take advantage of the generic representation of wreath product elements.

We include python scripts in the dev/ directory that benchmark the WPE and native GAP implementations of these operations separately. The comparison of the runtimes supports the conclusion that the WPE implementations are an order of magnitude faster than the native GAP implementations. We can now solve these computational tasks for large wreath products that were previously not feasible in GAP

5.1-1 Wreath Product Representations

In the following let G = K ≀ H be a wreath product, where H ≤ Sym(m).

In GAP the wreath product G can be given in one of the following representations :

5.1-2 Operations for all Representations

Further let x, y ∈ P = K ≀ Sym(m) be elements of the parent wreath product P which is given in the same representation as G.

The following operations use implementations that exploit the generic representation and (sparse) wreath cycle decompositions :

5.1-3 Operations for Permutation Representations

Here we assume that G is given in some permutation representation.

The following operations use implementations that exploit the generic representation and (sparse) wreath cycle decompositions :

5.1-4 Operations for Generic Representation

Here we assume that G is given in generic representation.

The following operations use implementations that exploit the generic representation and (sparse) wreath cycle decompositions :

 

 [Top of Book]  [Contents]   [Previous Chapter]   [Next Chapter] 
Goto Chapter: Top 1 2 3 4 5 Bib Ind

generated by GAPDoc2HTML