group(deprecated)
elements
generate the elements of a permutation group
Calling Sequence
Parameters
Description
Examples
elements(pg)
elements(gens)
pg
-
permutation group
gens
set of permutations in disjoint cycle notation
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.
with⁡group:
pg≔permgroup⁡4,1,2,3,4,1,4,2,3:
elements⁡pg
,1,2,3,4,1,3,2,4,1,4,2,3
elements⁡1,2,3,4,1,4,2,3
See Also
group[permgroup]
GroupTheory
GroupTheory[Elements]
Download Help Document