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

Parabolic and reflection subgroups of Coxeter groups #9292

Open
nthiery opened this issue Jun 21, 2010 · 3 comments
Open

Parabolic and reflection subgroups of Coxeter groups #9292

nthiery opened this issue Jun 21, 2010 · 3 comments

Comments

@nthiery
Copy link
Contributor

nthiery commented Jun 21, 2010

Potential interface:

    sage: W = SymmetricGroup(5)
    sage: P = W.parabolic_subgroup((1,3,4))
    # TODO: add desired features here
    sage: TestSuite(P).run()
    sage: P = W.reflection_subgroup(<a list/family of reflections>)
    sage: TestSuite(P).run()

Proof of concept attached.

CC: @sagetrac-sage-combinat

Component: combinatorics

Keywords: coxeter

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

@nthiery

This comment has been minimized.

@nthiery
Copy link
Contributor Author

nthiery commented Jun 21, 2010

comment:1

Attachment: reflection_subgroups.py.gz

@fchapoton
Copy link
Contributor

Changed keywords from none to coxeter

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

2 participants