Return a list of all groups of order , as permutation groups.
Return a list of all groups of order , this time, as finitely presented groups.
This is the same as the default.
Use a range to get all the groups whose order lies in the range.
The range endpoints can be small group IDs enclosed in a list. This example returns all groups with IDs lexicographically between groups with SmallGroup ID and , inclusive.
Again, but this time the resulting groups are finitely presented groups.
One way (not the best) to find the Small Group IDs of those groups of order with nilpotency class uses an iterator output, as follows.
(A much better way to do this is to use the SearchSmallGroups command.)
Iterator outputs are particularly useful when you want to find just one (usually the first) example of a group with some property. This example looks for the first non-supersoluble group of order .
Rather than constructing all groups of order , only groups needed to be constructed to find the desired example. (Again, however, SearchSmallGroups would find all such examples nearly instantly.)