Dear Forum, Dear Iman Karoubi, On Apr 28, 2014, at 9:49 AM, Iman Karoubi <[email protected]> wrote: > I want to compute the order set of GL(2,19^2) "a Group" but the size of > this group is very large please help me .
g:=GL(2,19^2); cl:=ConjugacyClasses(g);; ords:=List(cl,x->Order(Representative(x))); Set(ords); will finish in a few minutes. Regards, Alexander Hulpke > > thanks. > _______________________________________________ > Support mailing list > [email protected] > http://mail.gap-system.org/mailman/listinfo/support _______________________________________________ Forum mailing list [email protected] http://mail.gap-system.org/mailman/listinfo/forum
