changed to test abelian group
This commit is contained in:
parent
a55bbc40b6
commit
787432a4a4
|
@ -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