Anyone familiar with "GAP" for group arithemetic?

  • Thread starter Thread starter jackmell
  • Start date Start date
  • Tags Tags
    Gap Group
Click For Summary
SUMMARY

The discussion focuses on the GAP software package, which stands for "Groups, Algorithms, and Programming," specifically in the context of Group Theory. The user, Jack, is attempting to find the "missing group" in the Symmetric groups, which is a group order that divides the size of ##S_n## but is not a subgroup of ##S_n##. Jack has successfully initiated code to retrieve subgroups of SymmetricGroup(4) but seeks further assistance in creating a table of group sizes and total subgroups. The conversation also references contacting GAP support for additional help.

PREREQUISITES
  • Familiarity with GAP software for group theory.
  • Understanding of Symmetric groups and their properties.
  • Basic knowledge of group theory concepts, including subgroups.
  • Proficiency in coding with GAP syntax.
NEXT STEPS
  • Explore GAP documentation on Symmetric groups and subgroup functions.
  • Learn how to implement GAP code for generating group size tables.
  • Investigate the concept of "missing groups" in group theory.
  • Review the discussion on conjugate classes in symmetric groups for advanced insights.
USEFUL FOR

This discussion is beneficial for mathematicians, researchers in group theory, and anyone utilizing GAP for computational group theory tasks.

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 Greg Bernhardt

Similar threads

  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
2
Views
3K
  • · Replies 17 ·
Replies
17
Views
7K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
18K
Replies
13
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K