Compare commits
No commits in common. "master" and "macOS_work" have entirely different histories.
master
...
macOS_work
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue