group(deprecated)/grouporder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : group(deprecated)/grouporder

group(deprecated)

  

grouporder

  

compute the order of a group

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

grouporder(g)

Parameters

g

-

permgroup or grelgroup

Description

• 

Important: The group package has been deprecated. Use the superseding command GroupTheory[GroupOrder] instead.

• 

The number of elements in the given group is computed and returned.

• 

The command with(group,grouporder) allows the use of the abbreviated form of this command.

Examples

Important: The group package has been deprecated. Use the superseding command GroupTheory[GroupOrder] instead.

withgroup:

grouporderpermgroup7,1,2,3,3,4,5,6,7

2520

(1)

groupordergrelgroupx,y,x,x,y,x,y,y,y,y,y,x,y,x,x,x

56

(2)

See Also

group[grelgroup]

group[permgroup]

GroupTheory

GroupTheory[GroupOrder]