GroupOrder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GroupTheory

  

GroupOrder

  

compute the order of a group

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GroupOrder( G )

Parameters

G

-

a permutation group

Description

• 

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.

Examples

> 

with⁡GroupTheory:

> 

G≔SymmetricGroup⁡5

G≔S5

(1)
> 

GroupOrder⁡G

120

(2)
> 

G≔BabyMonster⁡

G≔𝔹

(3)
> 

GroupOrder⁡G

4154781481226426191177580544000000

(4)
> 

GroupOrder⁡DihedralGroup⁡3⁢k+1

6⁢k+2

(5)
> 

GroupOrder⁡ElementaryGroup⁡p,n

pn

(6)
> 

G≔a,b|a2,b3,a·b5=1

G≔⁢a,b⁢∣⁢a2,b3,a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢a⁢b⁢

(7)
> 

GroupOrder⁡G

60

(8)

Compatibility

• 

The GroupTheory[GroupOrder] command was introduced in Maple 17.

• 

For more information on Maple 17 changes, see Updates in Maple 17.

See Also

GroupTheory

GroupTheory[Elements]

GroupTheory[SymmetricGroup]