{"library":"passagemath-coxeter3","title":"passagemath-coxeter3","description":"Passagemath interface to coxeter3: Coxeter groups, Bruhat ordering, Kazhdan-Lusztig polynomials. Version 10.8.4 requires Python >=3.11, <3.15.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install passagemath-coxeter3"],"cli":null},"imports":["from passagemath.coxeter3 import Coxeter3"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from passagemath.coxeter3 import Coxeter3\ncox = Coxeter3('H3')\nw = cox.from_reduced_word([1,2,1,3])\nprint(w.length())","lang":"python","description":"Create a Coxeter group of type H3, construct an element from a reduced word, and print its length.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}