#11122: Implementation of the Demazure product in Coxeter groups
-----------------------------------------------------+----------------------
       Reporter:  stumpc5                            |         Owner:           
                     
           Type:  enhancement                        |        Status:  closed   
                     
       Priority:  major                              |     Milestone:  
sage-duplicate/invalid/wontfix
      Component:  combinatorics                      |    Resolution:  
duplicate                     
       Keywords:  Demazure product, subword complex  |   Work issues:           
                     
Report Upstream:  N/A                                |     Reviewers:  
Christian Stump               
        Authors:                                     |     Merged in:           
                     
   Dependencies:                                     |      Stopgaps:           
                     
-----------------------------------------------------+----------------------
Changes (by jdemeyer):

  * status:  positive_review => closed
  * reviewer:  mshimo => Christian Stump
  * resolution:  => duplicate
  * author:  Christian Stump =>


Old description:

> The provided patch implements the Demazure product of a word in the
> generators of a Coxeter group.
>
> The definition can be found e.g. in "Knutson, Miller - Subword complexes
> for Coxeter groups".
>
> {{{
>
>             sage: W = CoxeterGroup(['A',2],index_set=[1,2])
>
>             sage: w = W.demazure_product([2,2,1])
>             sage: w.reduced_word()
>             word: 21
>
>             sage: w = W.demazure_product([2,1,2,1,2])
>             sage: w.reduced_word()
>             word: 121
>
>             sage: W = CoxeterGroup(['B',2],index_set=[1,2])
>
>             sage: w = W.demazure_product([2,1,2,1,2])
>             sage: w.reduced_word()
>             word: 2121
> }}}
>
> As I also needed it, the patch provides in addition a method returning
> the cartan type of a Coxeter group.
>
> Depends on Ticket #8359.

New description:

 The provided patch implements the Demazure product of a word in the
 generators of a Coxeter group.

 The definition can be found e.g. in "Knutson, Miller - Subword complexes
 for Coxeter groups".

 {{{

             sage: W = CoxeterGroup(['A',2],index_set=[1,2])

             sage: w = W.demazure_product([2,2,1])
             sage: w.reduced_word()
             word: 21

             sage: w = W.demazure_product([2,1,2,1,2])
             sage: w.reduced_word()
             word: 121

             sage: W = CoxeterGroup(['B',2],index_set=[1,2])

             sage: w = W.demazure_product([2,1,2,1,2])
             sage: w.reduced_word()
             word: 2121
 }}}

 As I also needed it, the patch provides in addition a method returning the
 cartan type of a Coxeter group.

 Duplicate of #12774.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11122#comment:10>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to