Anyone familiar with "GAP" for group arithemetic?

  • Thread starter Thread starter jackmell
  • Start date Start date
  • Tags Tags
    Gap Group
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
jackmell
Messages
1,806
Reaction score
54
Hi guys,

There is a software package called GAP for "Groups, Algorithms, and Programming" with emphasis on Group Theory. You can download it for free. I did. However I'm finding it so intractable to use. I would like to find the "missing group" in the Symmetric groups. That is, the group order which divides the size of ##S_n## but is not a subgroup of ##S_n##. I'm sure GAP can do it. So far I got the following code down:

(* first just get the group *)
mygroup:=SymmetricGroup(4);
subgroups:=AllSubgroups(mygroup);

and that's about as far as I can go with it for now. At this point "subgroups" contain all the subgroups of mygroup. I would like then to create a table of group size, total subgroups, then I can find the missing ones.

Anyone here familiar with using GAP can help me with this?

Thanks,
Jack
 
Physics news on Phys.org
  • Like
Likes   Reactions: Greg Bernhardt