Dear Forum, On 2/27/06 12:39 AM, "Nilo de Roock" <[EMAIL PROTECTED]> wrote:
> Hello GAP forum, > > I created the free group ( i got this spec. for the group from a > textbook-exercise ): > gap> F:=FreeGroup(3); > <free group on the generators [ f1, f2, f3 ]> > gap> x:=F.1; > f1 > gap> y:=F.2; > f2 > gap> z:=F.3; > f3 > gap> G:=F/[y^3*z^15,x^4*y^7*z^3,x^8,y^14,z^18]; > <fp group on the generators [ f1, f2, f3 ]> > > Then when I wanted to now the size of the group, GAP became a bit of > erratic. > That's a huge group for sure (as you can gather, using PQuotient, that it's at least 2^97) Can it be ininite? Anyhow, enumerating conjugacy classes modulo the trivial subgroup (that's what Size will try to do) is out of the question. -- Dima Pasechnik http://www.ntu.edu.sg/home/dima/ _______________________________________________ Forum mailing list [email protected] http://mail.gap-system.org/mailman/listinfo/forum
