group(deprecated)/elements - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

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.

(1)

(2)

See Also

group[permgroup]

GroupTheory

GroupTheory[Elements]

 


Download Help Document