#8963: Make tableau row_stabilizer return group of perms involving all elements 
of
the tableau
-------------------------------+--------------------------------------------
   Reporter:  jdc              |       Owner:  sage-combinat
       Type:  defect           |      Status:  new          
   Priority:  minor            |   Milestone:  sage-4.4.2   
  Component:  combinatorics    |    Keywords:               
     Author:  Dan Christensen  |    Upstream:  N/A          
   Reviewer:                   |      Merged:               
Work_issues:                   |  
-------------------------------+--------------------------------------------
 The row_stabilizer method of a tableau ignores elements of the tableau
 which are alone in their row, and this can cause problems.  For example,

 {{{
 sage: t = Tableau([[1,2],[3]])
 sage: rs = t.row_stabilizer()
 sage: PermutationGroupElement([(1,2),(3,)]) in rs
 False
 sage: rs.one().list()
 [1, 2]
 }}}

 The expected output is "True" and "[1, 2, 3]".

 I will attach a patch fixing this in a few minutes.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8963>
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.

Reply via email to