Can someone help with this?
how to comput all subgroups (Z/15,+)*(Z/12,+)
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.
Asked: 2015-03-09 14:36:33 +0100
Seen: 296 times
Last updated: Mar 09 '15
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
This looks very like homework. How did you construct the group
(Z/15,+)*(Z/12,+)?AbelianGroup
Please edit your question with a more descriptive title.