CycleIndexPolynomial - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Mathematics : Group Theory : CycleIndexPolynomial

GroupTheory

  

CycleIndexPolynomial

  

return the cycle index polynomial of a permutation group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CycleIndexPolynomial( G, vars )

Parameters

G

-

a permutation group

vars

-

list of names

Description

• 

The cycle index polynomial of a permutation group  encodes, in concise form, the cycle structure of the elements of .  It is the "average" of the cycle index polynomials of the elements of .

• 

For a permutation  of degree , the cycle index polynomial in the variables , , ...,  is the monomial , where, for each ,  is the number of cycles of length  in .

• 

The CycleIndexPolynomial( G, vars ) command computes the cycle index polynomial of a permutation group G with respect to the variables in the list vars of names.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

If the vertices of a hexagon are colored with three different colors, then the number of distinct colored hexagons can be calculated by evaluating the cycle index polynomial of the dihedral group of degree  (the group of symmetries of a hexagon) with each indeterminate equal to .

(8)

(9)

As a shortcut, you can use the following calling sequence.

(10)

Compatibility

• 

The GroupTheory[CycleIndexPolynomial] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

GroupTheory

GroupTheory[CyclicGroup]

GroupTheory[DihedralGroup]

GroupTheory[Elements]

GroupTheory[PermCycleType]

map

op

Perm

sort

with

||

 


Download Help Document