Coxeter groups
i tried the following input (as i found it in a tutorial of christian stump):
W=CoxeterGroup(['A',3])
but it does not work (name 'CoxeterGroup' is not defined)
What's the problem with this?
i tried the following input (as i found it in a tutorial of christian stump):
W=CoxeterGroup(['A',3])
but it does not work (name 'CoxeterGroup' is not defined)
What's the problem with this?
It looks like this might require the sage-combinat queue. Or, it could be an old version of that code?
sage: W = WeylGroup(['A',3])
sage: W
Weyl Group of type ['A', 3] (as a matrix group acting on the ambient space)
It looks like there is more of a hierarchy now, based on the outcome of
sage: CoxeterGroups?
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2012-10-29 12:25:16 +0100
Seen: 276 times
Last updated: Apr 15 '20
How can I list all the elements of the affine Coxeter group of type A having a specific length
Path between representatives and normal forms in Coxeter groups
Automorphism group of Coxeter groups
Entries in canonical_matrix for Coxeter groups
Finding generalised braid relations for finite Coxeter groups with Sage
How to find the element with maximal length in a double coset of a Coxeter group?
Equation for hyperplane of a reflection - Try to do TODO on reflection group sage page