group(deprecated)/elements - 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 : group(deprecated)/elements

group(deprecated)

  

elements

  

generate the elements of a permutation group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

elements(pg)

elements(gens)

Parameters

pg

-

permutation group

gens

-

set of permutations in disjoint cycle notation

Description

• 

Important: The group package has been deprecated. Use the superseding command GroupTheory[Elements] instead.

• 

The function returns a set of permutations corresponding to the elements of the permutation group represented by pg or gens.

• 

When the parameter pg is used, the function returns the elements of pg.

• 

When the parameter gens is used, the function returns the elements of the permutation group generated by gens.

• 

The command with(group,elements) allows the use of the abbreviated form of this command.

Examples

Important: The group package has been deprecated. Use the superseding command GroupTheory[Elements] instead.

withgroup:

pgpermgroup4,1,2,3,4,1,4,2,3:

elementspg

,1,2,3,4,1,3,2,4,1,4,2,3

(1)

elements1,2,3,4,1,4,2,3

,1,2,3,4,1,3,2,4,1,4,2,3

(2)

See Also

group[permgroup]

GroupTheory

GroupTheory[Elements]