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

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

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(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]

 


Download Help Document