Merge pull request #2 from EddieCueto/fedora25_work
changed to test abelian group
This commit is contained in:
commit
1f29b93de2
|
@ -34,10 +34,8 @@ end;
|
||||||
testy_testy := 4;
|
testy_testy := 4;
|
||||||
|
|
||||||
#G := SymmetricGroup(testy_testy);
|
#G := SymmetricGroup(testy_testy);
|
||||||
#G := CyclicGroup(testy_testy);
|
G := CyclicGroup(testy_testy);
|
||||||
G := DihedralGroup(testy_testy);
|
#G := DihedralGroup(testy_testy);
|
||||||
|
|
||||||
#this line is a test for git in fedora 25 for github :P
|
|
||||||
|
|
||||||
sz := Size(G);
|
sz := Size(G);
|
||||||
H := AsList(G);
|
H := AsList(G);
|
||||||
|
|
Loading…
Reference in New Issue