changed to test abelian group

This commit is contained in:
Eddie 2017-10-16 16:42:04 -05:00
parent a55bbc40b6
commit 787432a4a4
1 changed files with 2 additions and 4 deletions

View File

@ -34,10 +34,8 @@ end;
testy_testy := 4;
#G := SymmetricGroup(testy_testy);
#G := CyclicGroup(testy_testy);
G := DihedralGroup(testy_testy);
#this line is a test for git in fedora 25 for github :P
G := CyclicGroup(testy_testy);
#G := DihedralGroup(testy_testy);
sz := Size(G);
H := AsList(G);