GroupTheory
ElementOrder
compute the order of a group element
ElementPower
compute powers of a group element
Calling Sequence
Parameters
Description
Examples
Compatibility
ElementOrder(g, G)
ElementPower(g, n, G)
g
-
group element whose order is to be computed
G
group containing the element g
n
an integer
The order of an element of a group is the least positive integer such that is equal to the identity element of , if one exists, and otherwise.
The GroupOrder(g, G) command computes the order of the element g of the group G, if possible. Note that this is not always possible in case G is a finitely presented group.
Note that if g is a permutation, then ElementOrder(g, G) is equivalent to PermOrder(g).
The ElementPower( g, n, G ) command computes the power of the element g in the group G.
If g is a permutation, then ElementPower( g, n, G ) can be computed more simply as g^n.
The GroupTheory[ElementOrder] command was introduced in Maple 2015.
For more information on Maple 2015 changes, see Updates in Maple 2015.
The GroupTheory[ElementPower] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[CayleyTableGroup]
GroupTheory[Exponent]
GroupTheory[GroupOrder]
Download Help Document