1 | initial version |
If G
is the group you constructed with AbelianGroup
, as for your previous question, you can find available methods by typing:
sage: G.<TAB>
Then, you will see that the .subgroups()
method exists and provides a list of 36 subgroups.