We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Attachment: reflection_subgroups.py.gz
Sorry, something went wrong.
Changed keywords from none to coxeter
sagetrac-sage-combinat
No branches or pull requests
Potential interface:
Proof of concept attached.
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: coxeter
Issue created by migration from https://trac.sagemath.org/ticket/9292
The text was updated successfully, but these errors were encountered: