next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
WeylGroups :: WeylGroupElement * Weight

WeylGroupElement * Weight -- apply an element of a Weyl group to a weight

Synopsis

Description

i1 : R=rootSystemC(4)

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

o1 : RootSystem
i2 : w=reduce(R,{1})

o2 = WeylGroupElement{RootSystem{...8...}, | -1 |}
                                           | 2  |
                                           | 1  |
                                           | 1  |

o2 : WeylGroupElement
i3 : p=halfSumOfRoots R

o3 = | 1 |
     | 1 |
     | 1 |
     | 1 |

o3 : Weight
i4 : w*p

o4 = | -1 |
     | 2  |
     | 1  |
     | 1  |

o4 : Weight