#13614: Add Table Explaining How To Create Every Group of Order < 32
------------------------------------------+---------------------------------
Reporter: khalasz | Owner: joyner
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-5.5
Component: group theory | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Kevin Halasz | Merged in:
Dependencies: #13367, #13366, #13365 | Stopgaps:
------------------------------------------+---------------------------------
Comment (by vbraun):
I don't know !Thomas/Woods. But I think the de-facto standard of
enumerating the small groups in computational group theory circles is
GAP's `IdGroup`, being a pair `(order, n)` where `n` starts at 1 and
indexes the groups. Of course its easy to compute if you install the (non-
GPL) small group database:
{{{
sage: install_package('database_gap')
...
sage: G = DihedralGroup(10)
sage: gap(G).IdGroup()
[ 20, 4 ]
}}}
What I'm trying to say : If there is space then it would be nice to have
the GAP ids in the table.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13614#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.