Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of the Demazure product in Coxeter groups #11122

Closed
stumpc5 opened this issue Apr 4, 2011 · 13 comments
Closed

Implementation of the Demazure product in Coxeter groups #11122

stumpc5 opened this issue Apr 4, 2011 · 13 comments

Comments

@stumpc5
Copy link
Contributor

stumpc5 commented Apr 4, 2011

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.

Component: combinatorics

Keywords: Demazure product, subword complex

Reviewer: Christian Stump

Issue created by migration from https://trac.sagemath.org/ticket/11122

@stumpc5

This comment has been minimized.

@stumpc5

This comment has been minimized.

@stumpc5
Copy link
Contributor Author

stumpc5 commented Jun 8, 2011

comment:2

Attachment: trac_11122-demazure_product-cs.patch.gz

@stumpc5
Copy link
Contributor Author

stumpc5 commented Jun 8, 2011

Dependencies: 11187

@stumpc5 stumpc5 added this to the sage-4.7.1 milestone Jun 8, 2011
@fchapoton
Copy link
Contributor

Changed dependencies from 11187 to #11187

@fchapoton
Copy link
Contributor

Changed dependencies from #11187 to #11187, #8359

@stumpc5 stumpc5 modified the milestones: sage-4.7.1, sage-4.7.2 Jun 11, 2011
@sagetrac-mshimo
Copy link
Mannequin

sagetrac-mshimo mannequin commented Mar 28, 2012

comment:6

This has been folded into 12774.

@sagetrac-mshimo
Copy link
Mannequin

sagetrac-mshimo mannequin commented Mar 29, 2012

Reviewer: mshimo

@sagetrac-mshimo sagetrac-mshimo mannequin removed this from the sage-5.0 milestone Mar 29, 2012
@tscrim
Copy link
Collaborator

tscrim commented Feb 1, 2013

Changed dependencies from #11187, #8359 to none

@tscrim
Copy link
Collaborator

tscrim commented Feb 1, 2013

comment:9

Removed dependencies so this looks like a duplicate ticket.

@jdemeyer

This comment has been minimized.

@jdemeyer
Copy link
Contributor

jdemeyer commented Feb 3, 2013

Changed reviewer from mshimo to Christian Stump

@jdemeyer
Copy link
Contributor

jdemeyer commented Feb 3, 2013

Changed author from Christian Stump to none

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants