-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Iwahori Hecke algebras on the T basis #7729
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
I posted a new version. This version works either before or after the patch in #7718. |
comment:6
Hi Dan! Thanks much for implementing this very useful feature! Do you mind renaming it into IwahoriHeckeAlgebraT or TBasis, so that we can Other than that, the code looks good, except for the duplication of the CombinatorialFreeModule code. Do you mind if I refactor it to use the category framework and CombinatorialFreeModule? I don't expect particular problems with affine weyl groups or other coxeter groups. Ah one thing: please make the algebra generators into a family indexed by the index set of the Dynkin diagram (so that T[1], ... ) will do what we expect. |
This comment has been minimized.
This comment has been minimized.
comment:7
I've revised it so that it works with affine Weyl groups. I don't mind renaming it IwahoriHeckeAlgebraT but it seems to I will make the algebra generators into a family. When I've |
comment:8
I've addressed two out of three of Nicolas' requests, and his
I've changed the status back to needs review. Nicolas wrote:
what other bases do we need? There is the Bernstein Zelevinsky presentation. |
comment:9
I posted a revised version. With this version, the base ring can be either a field Also, methods were added to Finally, there is a bug fix in |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Attachment: iwahori.patch.gz Iwahori Hecke algebra patch, including revisions from |
comment:12
I qfolded two patches from the trac server and re uploaded the patch.
|
IwahoriHeckeAlgebraT now takes a Coxeter group + moved method to ModulesWithBasis. Replaces the previous patch. |
comment:13
Attachment: trac_7729_iwahori-hecke-algebra.patch.gz |
Attachment: trac_7729_iwahori-hecke-algebra.2.patch.gz |
comment:14
I made minor revisions to the docstring and reposted the patch as |
comment:15
The patch trac_7729_iwahori_hecke_algebra_3.patch implements Anne Schilling's http://groups.google.com/group/sage-combinat-devel/msg/e2abca2135c73e33?hl=en It also adds Nicolas as an author, and fixes the copyright year. Dan |
Attachment: trac_7729_iwahori-hecke-algebra.3.patch.gz Implements Iwahori Hecke algebras |
Reviewer: Anne Schilling |
Changed author from Daniel Bump to Daniel Bump, Nicolas M. Thiery |
comment:17
This patch implements the much desired Iwahori Hecke algebras in sage. It is very well documented with explanations on usage and references to the literature. All methods have doctests and all tests pass. In particular, I tested several special cases (like the nilCoxeter case q_1=q_2=0) and everything seemed to work fine. |
Merged: 4.3.1.alpha2 |
Changed merged from 4.3.1.alpha2 to sage-4.3.1.alpha2 |
Changed author from Daniel Bump, Nicolas M. Thiery to Daniel Bump, Nicolas M. Thiéry |
The attached patch implements Iwahori Hecke algebras. Given a Cartan Type (finite or affine), the Iwahori Hecke algebra is a deformation of the group algebra over the Weyl group. It has generators in bijection with the simple reflections of the Weyl group that satisfy simple quadratic relations of the form
(T_i-q1)*(T_i-q2)
= 0. Often we default q2=-1, q1=q in which case the relation is of the formT_i^2=(q-1)T_i+q
. The generators also satisfy the braid relations.For some further discussion of this topic see
http://groups.google.com/group/sage-combinat-devel/browse_thread/thread/78fc23f23cafe705?hl=en
Component: combinatorics
Keywords: Iwahori Hecke Algebra
Author: Daniel Bump, Nicolas M. Thiéry
Reviewer: Anne Schilling
Merged: sage-4.3.1.alpha2
Issue created by migration from https://trac.sagemath.org/ticket/7729
The text was updated successfully, but these errors were encountered: