#17920: Reimplement IntegerLists using Polyhedron.integral_points()
-------------------------------------+-------------------------------------
       Reporter:  jdemeyer           |        Owner:
           Type:  enhancement        |       Status:  needs_review
       Priority:  blocker            |    Milestone:  sage-6.6
      Component:  combinatorics      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Jeroen Demeyer     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/jdemeyer/ticket/17920            |  6f3164941f2565627afc1128ace01973c788f767
   Dependencies:  #17937             |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:64 aschilling]:
 > This might be an issue though
 > {{{
 > sage: S=SymmetricGroup(3)
 > sage: S.character_table()
 > [ 1 -1  1]
 > [ 2  0 -1]
 > [ 1  1  1]
 > sage: type(S.character_table())
 > <type 'sage.matrix.matrix_cyclo_dense.Matrix_cyclo_dense'>
 > }}}
 > The character table should really be indexed by partitions (or conjugacy
 classes of S_n).
 > So the meaning of the matrix changes if the order of the list of
 partitions changes.

 Okay, so the meaning of the matrix changes. There is nothing wrong with
 output ''changing'' as long as things stay mathematically correct and
 internally consistent.

--
Ticket URL: <http://trac.sagemath.org/ticket/17920#comment:65>
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