group(deprecated)
grouporder
compute the order of a group
Calling Sequence
Parameters
Description
Examples
grouporder(g)
g
-
permgroup or grelgroup
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.
with⁡group:
grouporder⁡permgroup⁡7,1,2,3,3,4,5,6,7
2520
grouporder⁡grelgroup⁡x,y,x,x,y,x,y,y,y,y,y,x,y,x,x,x
56
See Also
group[grelgroup]
group[permgroup]
GroupTheory
GroupTheory[GroupOrder]
Download Help Document