#18987: Parallel computation for TilingSolver.number_of_solutions
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  slabbe                 |       Status:  needs_work
           Type:         |    Milestone:  sage-6.9
  enhancement            |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Vincent Delecroix
  combinatorics          |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  91de8636683e1c8cec7d9d33e645721572de3b1c
  Sébastien Labbé        |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/18987           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by slabbe):

 Is there a way to quotient two groups in Sage ?

 {{{
 sage: L = [w.matrix() for w in WeylGroup(['B',3]) if w.matrix().det()==1]
 sage: G = MatrixGroup(L)
 sage: H = MatrixGroup(L[:4])
 sage: len(G)
 24
 sage: len(H)
 4
 sage: H
 Matrix group over Rational Field with 4 generators (
 [1 0 0]  [ 1  0  0]  [-1  0  0]  [-1  0  0]
 [0 1 0]  [ 0 -1  0]  [ 0  1  0]  [ 0 -1  0]
 [0 0 1], [ 0  0 -1], [ 0  0 -1], [ 0  0  1]
 )
 sage: G.quotient(H)
 Traceback (most recent call last):
 ...
 NotImplementedError:
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18987#comment:24>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to