#9437: special linear group over finite rings
------------------------------+---------------------------------------------
Reporter: vdelecroix | Owner: AlexGhitza
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.6
Component: algebra | Keywords: group, matrix, special linear
Author: David Loeffler | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by newvalueoldvalue):
* status: new => needs_review
* milestone: => sage-4.6
* author: => David Loeffler
Comment:
For a matrix group G, the two commands {{{list(G)}}} and {{{G.list()}}}
are totally different implementations; the former uses Gap to calculate
the generators of G, and does the rest in Sage, while the latter just asks
Gap for the list. The former works since #8970. The patch above fixes the
latter, and adds doctests to prove that they both work.
It is, of course, really dumb that we have two independent
implementations, but that's a job for another ticket.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9437#comment:1>
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.