-
-
Notifications
You must be signed in to change notification settings - Fork 526
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #17560: Implement (quantum) Mobius algebras
Based on ''The Kazhdan-Lusztig polynomial of a matroid'' by Ben Elias, Nicholas Proudfoot, and Max Wakefield by recently posted to the arXiv (1412.7408), this implements their results for general graded lattices. In particular, this implements the Mobius algebra, and it's q-deformation (which I've coined as the quantum Mobius algebra). This also implements KL polynomials for general graded posets. In particular, you can use #14786 and recover the KL polynomials. However the code in its current state is quite slow (most of the time is spent constructing the digraphs for the posets), but faster implementations can be done on followup tickets. URL: http://trac.sagemath.org/17560 Reported by: tscrim Ticket author(s): Travis Scrimshaw Reviewer(s): Kevin Dilks
- Loading branch information
Showing
6 changed files
with
903 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.