Changes between Initial Version and Version 6 of Ticket #12073
- Timestamp:
- Jun 2, 2017, 12:30:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12073
-
Property
Stopgaps
changed from
to
todo
-
Property
Milestone
changed from
sage-5.11
tosage-6.4
-
Property
Stopgaps
changed from
-
Ticket #12073 – Description
initial v6 19 19 ....: [0,0,0,0,0,0,2], 20 20 ....: [1,0,0,0,0,1,1]])] 21 sage: MatrixGroup(gens).order() 21 sage: M = MatrixGroup(gens); M.order() 22 8491392 23 sage: M.gap().Size() 22 24 8491392 23 25 }}}