Macaulay2 » Documentation
Packages » WeylGroups :: WeylGroupRightCoset * WeylGroupElement
next | previous | forward | backward | up | index | toc

WeylGroupRightCoset * WeylGroupElement -- apply an element of a Weyl group to a left coset

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 : c=P % w

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

o4 : WeylGroupRightCoset
i5 : c*reduce(R,{1})

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

o5 : WeylGroupRightCoset

Ways to use this method: