GroupTheory
PerfectGroup
retrieve a group from the database of perfect groups
NumPerfectGroups
return the number of perfect groups of a given order
AllPerfectGroups
retrieve all perfect groups of a given order
Calling Sequence
Parameters
Description
Examples
References
Compatibility
PerfectGroup( n, d )
PerfectGroup( [ n, d ] )
PerfectGroup( n, d, f )
PerfectGroup( [ n, d ], f )
NumPerfectGroups( n )
AllPerfectGroups( n )
AllPerfectGroups( n, f )
n
-
a positive integer
d
f
optional equation: form=fpgroup or form=permgroup (the default)
The perfect groups library contains all the perfect groups of order at less than or equal to 1000000, except the groups of the orders 61440, 86016, 122880, 172032, 245760, 344064, 368640, 491520, 688128, 737280 and 983040. The groups are sorted by their orders and they are listed up to isomorphism; that is, for each of the available orders, a complete and irredundant list of isomorphism type representatives of groups is given. These groups are available as permutation groups and as finitely presented groups.
The PerfectGroup( n, d ) command returns the d-th perfect group of order n in the perfect groups library. The value of n must be at most 1000000 and not among those exceptions listed above. The value of d must be less than or equal to the number of perfect groups of order n. You can also use the syntax PerfectGroup( [ n, d ] ), which is equivalent to PerfectGroup( n, d ).
The NumPerfectGroups( n ) command returns the number of perfect groups of order n, where n is a valid order. If n is less than or equal to 1000000 and not among the listed exceptions, then 0 is returned; otherwise, an exception is raised.
The AllPerfectGroups( n ) command returns a list of all the perfect groups of order n, where n is a valid order.
with⁡GroupTheory:
NumPerfectGroups⁡60
1
PerfectGroup⁡60,1
1,24,5,2,3,4
PerfectGroup⁡60,1,form=permgroup
PerfectGroup⁡60,1,form=fpgroup
⁢a1,a2⁢∣⁢a12,a23,a1⁢a2⁢a1⁢a2⁢a1⁢a2⁢a1⁢a2⁢a1⁢a2⁢
L≔AllPerfectGroups⁡1920,form=permgroup:
andmap⁡IsPerfect,L
true
Derek F. Holt and W. Plesken, Perfect Groups, Oxford Math. Monographs, Oxford University Press, 1989.
The GroupTheory[PerfectGroup], GroupTheory[NumPerfectGroups] and GroupTheory[AllPerfectGroups] commands were introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
GroupTheory[DerivedSubgroup]
GroupTheory[IsPerfect]
Download Help Document
What kind of issue would you like to report? (Optional)