Compare commits

..

No commits in common. "master" and "macOS_work" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +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);
sz := Size(G); sz := Size(G);
H := AsList(G); H := AsList(G);