GroupTheory
GroupOrder
compute the order of a group
Calling Sequence
Parameters
Description
Examples
Compatibility
GroupOrder( G )
G
-
a permutation group
The order of a group is the cardinality of its underlying set.
The GroupOrder( G ) command computes the order of the group G, if possible. (Note that the order of a finitely presented group cannot be determined, in general.)
In most cases, it is much more efficient to use the GroupOrder command to determine the order of a group than to list its elements with the Elements command and then count them. In the case of a symbolic group, this is the only way to compute the group order.
with⁡GroupTheory:
G≔SymmetricGroup⁡5
G≔S5
GroupOrder⁡G
120
G≔BabyMonster⁡
G≔𝔹
4154781481226426191177580544000000
GroupOrder⁡DihedralGroup⁡3⁢k+1
6⁢k+2
GroupOrder⁡ElementaryGroup⁡p,n
pn
G≔a,b|a2,b3,a·b5=1
G≔⁢a,b⁢∣⁢a2,b3,a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢
60
The GroupTheory[GroupOrder] command was introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[Elements]
GroupTheory[SymmetricGroup]
Download Help Document