Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 3 years ago

lijr07 gravatar image

How to find all reduced expression of the longest element in a Weyl group?

Let W be a Weyl group. How to find reduced expression of the longest element w0W in SageMath?

I can define

W = WeylGroup(["E", 6])
w0=W.long_element().reduced_word()

Then I got one reduced expression of w0. But how to obtain all reduced expression of w0? Thank you very much.