#12658: Use the matrix displayhook hack for arithmetic subgroup elements
------------------------------+---------------------------------------------
Reporter: davidloeffler | Owner: was
Type: PLEASE CHANGE | Status: new
Priority: minor | Milestone: sage-5.0
Component: user interface | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: David Loeffler
Merged: | Dependencies: #11709
------------------------------+---------------------------------------------
This patch makes the print representation of lists of elements of SL2Z
more legible.
Before:
{{{
sage: SL2Z.gens()
([ 0 -1]
[ 1 0], [1 1]
[0 1])
}}}
After:
{{{
sage: SL2Z.gens()
(
[ 0 -1] [1 1]
[ 1 0], [0 1]
)
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12658>
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.