i2 : P=parabolic(R,set{2,3,4,5})
o2 = set {2, 3, 4, 5}
o2 : Parabolic
|
i4 : w1=P % (w % P)
o4 = WeylGroupDoubleCoset{set {2, 3, 4, 5}, set {2, 3, 4, 5}, WeylGroupElement{RootSystem{...8...}, | -7 |}}
| 1 |
| 1 |
| 1 |
| 1 |
o4 : WeylGroupDoubleCoset
|
i5 : w2=P % ((reduce(R,{4}) * w * reduce(R,{2,3})) % P)
o5 = WeylGroupDoubleCoset{set {2, 3, 4, 5}, set {2, 3, 4, 5}, WeylGroupElement{RootSystem{...8...}, | -7 |}}
| 1 |
| 1 |
| 1 |
| 1 |
o5 : WeylGroupDoubleCoset
|