I'm trying to get a list of all groups of order 60. After searching for
a bit, I see in Gap that (if I install the optional spkg
database_gap-4.4.12.p0.spkg) we have the AllSmallGroups command, which
seems to do what I want. But then I'm having problems converting those
groups to Sage groups:
sage: gg=gap.AllSmallGroups(60)
sage: gg[1]._sage_()
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last)
/Users/grout/<ipython console> in <module>()
/Users/grout/sage/local/lib/python2.6/site-packages/sage/interfaces/expect.pyc
in _sage_(self)
1709 return sage.misc.sage_eval.sage_eval(self._sage_repr())
1710 except:
-> 1711 raise NotImplementedError
1712
1713
NotImplementedError:
Question 1: Is there a command in Sage that will give all groups of a
certain order (maybe just the orders covered by the small group database
in GAP)?
Question 2: Is there an easy way to convert a GAP group to a Sage group?
Thanks,
Jason
--
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org