-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Translation for elements of a root lattice and related features and fixes #8811
Comments
Changed keywords from none to root systems, affine weyl groups, translations |
This comment has been minimized.
This comment has been minimized.
Reviewer: Anne Schilling, ... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
Attachment: trac_8811_reduced_word_of_translations-nt.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:5
I carefully checked the results of translation_factor, adding extra tests to compare with Kashiwara's private notes. Nicolas and I discussed at length the correct factors for type BC (see the corresponding doc in the code). All tests passed on massena and all tests in combinat/root_systems passed on my machine. Positive review. |
Changed reviewer from Anne Schilling, ... to Anne Schilling |
Merged: sage-4.4.4.alpha0 |
Changed author from Nicolas M. Thiery to Nicolas M. Thiéry |
This patch implements translation for elements of a root lattice and related features and fixes::
New method
translation
for elements of a root latticeNew methods
reduced_word_of_alcove_morphism
,dynkin_diagram_automorphism_of_alcove_morphism
,reduced_word_of_translation
,_test_reduced_word_of_translation
Added extensive TESTS to compare with Kashiwara's private notes
Fixed dynkin diagram for type BC
Fixed CartanType.translation_factors to implement its specification correctly in affine type BC. Imported the full test suite from MuPAD-Combinat. Also fixes and tests for proper typing of the coefficients (ZZ/QQ).
Bug fix in WeylGroup: the matrices were defined over QQ instead of the base ring of the underlying root lattice realization.
CC: @sagetrac-sage-combinat
Component: combinatorics
Keywords: root systems, affine weyl groups, translations
Author: Nicolas M. Thiéry
Reviewer: Anne Schilling
Merged: sage-4.4.4.alpha0
Issue created by migration from https://trac.sagemath.org/ticket/8811
The text was updated successfully, but these errors were encountered: