Gap

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

gap> G:= SymmetricGroup(6);

Sym( [ 1 .. 6 ] )
gap> r:=(1,3,4,5,6);s:=(1,3,2);
(1,3,4,5,6)
(1,3,2)
gap> K:=Subgroup(G,[r,s]);
Group([ (1,3,4,5,6), (1,3,2) ])
gap> Factorization(K,(1,6,5,2,3));
x1^-2*x2*x1
gap> Size(K);
360

You might also like