GroupTheory`
GroupTheory`
GTGetSubGroups
GTGetSubGroups[group]
gives all subgroups of a group.
Details and Options
- A subset
of a group
is called "subgroup" if
satisfies the four group axioms with the same multiplication operation as
. See also GTSubGroupQ
- For large groups the execution time can be very large. It is proposed to search for subgroups of a certain order instead of trying to find all.
- The following options can be given:
-
GOGroupOrder 1 Sets the order for the subgroups -
GOFast GOFastValue Skips the input validation - See: W. Hergert, M. Geilhufe, Group Theory in Solid State Physics and Photonics. Problem Solving with Mathematica, Chapter 3.1
Examples
open allclose allOptions (3)
GOFast (2)
If GOFastFalse is used, a check of the input will be performed.
Since GTGetSubgroups can be very time consuming you won't save much by setting GOFastTrue.