- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 574
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
add one test in TestSuite of Coxeter groups #33564
Comments
Commit: |
Branch: u/chapoton/33564 |
New commits:
|
comment:2
Hmm, fails for Weyl groups, it seems. Why ?
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
so we have a problem with Weyl groups created from matrices:
|
comment:6
not clear to me if "Weyl groups" associated with arbitrary Cartan matrices are always Coxeter groups.. |
comment:7
Every Weyl group is a Coxeter group, but there are a number of restrictions. In particular, it must be crystallographic and when cij cji > 3, then the corresponding Weyl group has an infinite edge in the Coxeter diagram. Here, the issue seems to be just a lack of complete functionality: arbitrary Cartan matrices do not know how to construct the corresponding Coxeter matrix. The code is essentially already there, but just not at the place. I will try to fix this today. |
comment:8
Here is a fix. I also fixed a bug with a mismatch between the Cartan matrix and Cartan type of a reducible type. This now passes the tests in categories, groups, and combinat for me. New commits:
|
Reviewer: Travis Scrimshaw |
Changed branch from u/chapoton/33564 to public/combinat/coxeter_group_test-33564 |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:10
Thanks. I fixed a pyflakes warning. Now, this should be good to go. If you agree, you can set to positive. |
comment:11
Thank you. |
Changed branch from public/combinat/coxeter_group_test-33564 to |
coming from affine permutations
CC: @tscrim
Component: combinatorics
Author: Frédéric Chapoton
Branch/Commit:
4008629
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/33564
The text was updated successfully, but these errors were encountered: