#9291: Constructing a root system / coxeter group from a pair of matrices
-----------------------------+----------------------------------------------
   Reporter:  nthiery        |       Owner:  sage-combinat
       Type:  enhancement    |      Status:  new          
   Priority:  major          |   Milestone:  sage-wishlist
  Component:  combinatorics  |    Keywords:               
     Author:                 |    Upstream:  N/A          
   Reviewer:                 |      Merged:               
Work_issues:                 |  
-----------------------------+----------------------------------------------
 Constructing root systems / coxeter groups / ... from a pair of
 matrices describing the coordinates of the roots and coroots in
 their respective basis. Interface:

 {{{
     sage: T = CartanType(roots_as_matrix, coroots_as_matrix)
     sage: T.root_space()
     sage: T.root_space().simple_roots()
     sage: T.coroot_space()
     sage: WeylGroup(T.root_space())
     sage: WeylGroup(T)
     sage: ReflectionGroup(T)
 }}}

 The root system code is designed to support such features. Attached: a
 one page proof of feasibility (not following the above interface).

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