Merge pull request #2 from EddieCueto/fedora25_work

changed to test abelian group
This commit is contained in:
Eddie Cueto-Mendoza 2017-10-16 16:50:22 -05:00 committed by GitHub
commit 1f29b93de2
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);