[GAP Forum] Question about Representation of Permutation group's elements

Petra Holmes holmespe at for.mat.bham.ac.uk
Sat Jun 26 21:39:35 BST 2004


Try G:=SymmetricGroup(5);
Then you can get all the elements in a list with the command Elements(G);
Or you can get a pair of generators with GeneratorsOfGroup(G);

Beth

On Sat, 26 Jun 2004, Kang ByoungKwan wrote:

> I am a beginner of GAP.
> I don't search the representation of permutation group's elements from website.
>  
> If I want to calculate some math problems related to all elements of permutation group,
> how can I represent the elements of permutation group in GAP?
>  
> For example, there are S_5. I want to computing some equation related to group elements. How can I take all elements of S_5 in GAP for using computing ?
>  
> Thank you for your reading and help
>  
> Best Regards
>  
>  
> 
> 		
> ---------------------------------
> Do you Yahoo!?
> New and Improved Yahoo! Mail - Send 10MB messages!
> _______________________________________________
> Forum mailing list
> Forum at mail.gap-system.org
> http://mail.gap-system.org/mailman/listinfo/forum
> 




More information about the Forum mailing list