So it seems that GAP can do it..Identifying Groups in GAP: A Tutorial

  • Context: Graduate 
  • Thread starter Thread starter krishna mohan
  • Start date Start date
  • Tags Tags
    Program
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 · 3K views
krishna mohan
Messages
114
Reaction score
0
Hi...

I need a program that can give me all the subgroups of a group that I define. I also need it to give me the names of the subgroups as per some predefined library.


I tried GAP. It gives me the subgroups, but each subgroup is represented by a list of generators. There seems to be no way to make it print a name for the subgroups, like say S4 for symmetric group of four elements.

In fact, if I give the generators of S4 as input, it cannot identify it and give an output stating that it is S4.

Any suggestions?
 
Physics news on Phys.org
I'm confused..how can you say that it doesn't identify S4, when you give it generators of S4 and it tells you it's S4?
 
Yes..you are right..it is possible for GAP t o identify the group as S4..I had read some tutorials on the web which seemed to state that GAP did not have this capability..

But I got a reply at the GAP forum with this link..

http://www.math.colostate.edu/~hulpke/CGT/howtogap.pdf

It has a section named "Identifying Groups"...