Processing math: 100%

First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 1 year ago

lijr07 gravatar image

How to write an involution in Weyl group as a product of 2-cycles?

Is there some method in Sage to decompose an involution in Weyl group as a product of 2-cycles?

For example, I define

W=WeylGroup(['A', 3], prefix='s')
t1=[1,2,3,1,2,1]
t2=W.from_reduced_word(t1)

How to write t2 as a product of 2-cycles? Thank you very much.

How to write an involution in Weyl group as a product of 2-cycles?

Is there some method in Sage to decompose an involution in Weyl group as a product of 2-cycles?2-cycles (transpositions)?

For example, I define

W=WeylGroup(['A', 3], prefix='s')
t1=[1,2,3,1,2,1]
t2=W.from_reduced_word(t1)

How to write t2 as a product of 2-cycles? Thank you very much.

How to write an involution in Weyl group as a product of 2-cycles?

Is there some method in Sage to decompose an involution in Weyl group as a product of 2-cycles (transpositions)?

For example, I define

W=WeylGroup(['A', 3], prefix='s')
t1=[1,2,3,1,2,1]
t2=W.from_reduced_word(t1)

How to write t2 as a product of 2-cycles? The result should be (1,6)(2,5)(3,4). Thank you very much.

How to write an involution in Weyl group as a product of 2-cycles?

Is there some method in Sage to decompose an involution in Weyl group as a product of 2-cycles (transpositions)?

For example, I define

W=WeylGroup(['A', 3], prefix='s')
t1=[1,2,3,1,2,1]
t2=W.from_reduced_word(t1)

How to write t2 as a product of 2-cycles? The result should be (1,6)(2,5)(3,4). (1,4)(2,3). Thank you very much.