group[elements] - generate the elements of a permutation group
|
Calling Sequence
|
|
elements(pg)
elements(gens)
|
|
Parameters
|
|
pg
|
-
|
permutation group
|
gens
|
-
|
set of permutations in disjoint cycle notation
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?