#10008: List / Iter on the element of a MatrixGroup over number field.
------------------------------+---------------------------------------------
Reporter: nborie | Owner: joyner
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7
Component: group theory | Keywords:
Author: | Upstream: N/A
Reviewer: David Loeffler | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Changes (by davidloeffler):
* status: new => needs_review
* reviewer: => David Loeffler
* milestone: => sage-4.7
Comment:
The above example works for me in sage 4.6.2 (probably because of #9437):
{{{
sage: K = CyclotomicField(3)
sage: t = K.gen()
sage: M = Matrix([[1,0,0],[0,t,0],[0,0,t^2]])
sage: G = MatrixGroup([M])
sage: G.list()
[[1 0 0]
[0 1 0]
[0 0 1], [ 1 0 0]
[ 0 -zeta3 - 1 0]
[ 0 0 zeta3], [ 1 0 0]
[ 0 zeta3 0]
[ 0 0 -zeta3 - 1]]
}}}
Release manager: please close as fixed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10008#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.