Macaulay2 » Documentation
Packages » WeylGroups :: Parabolic % WeylGroupElement
next | previous | forward | backward | up | index | toc

Parabolic % WeylGroupElement -- the right coset defined by an element of Weyl group

Synopsis

Description

i1 : R=rootSystemD(5)

o1 = RootSystem{...8...}

o1 : RootSystem
i2 : P=parabolic(R,set{2,3,4,5})

o2 = set {2, 3, 4, 5}

o2 : Parabolic
i3 : w=longestWeylGroupElement R

o3 = WeylGroupElement{RootSystem{...8...}, | -1 |}
                                           | -1 |
                                           | -1 |
                                           | -1 |
                                           | -1 |

o3 : WeylGroupElement
i4 : P % w

o4 = WeylGroupRightCoset{set {2, 3, 4, 5}, WeylGroupElement{RootSystem{...8...}, | -7 |}}
                                                                                 |  1 |
                                                                                 |  1 |
                                                                                 |  1 |
                                                                                 |  1 |

o4 : WeylGroupRightCoset

Ways to use this method: