From 787432a4a41713d8f60a0eef4373e5e6feaed1bb Mon Sep 17 00:00:00 2001 From: Eddie Date: Mon, 16 Oct 2017 16:42:04 -0500 Subject: [PATCH] changed to test abelian group --- groupalg.g | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/groupalg.g b/groupalg.g index d201f98..faec0a7 100755 --- a/groupalg.g +++ b/groupalg.g @@ -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);