next | previous | forward | backward | up | top | index | toc | Macaulay2 website
WeylGroups > Weight > weight(RootSystem,Vector)

weight(RootSystem,Vector) -- construct a weight from a vector

Synopsis

Description

i1 : R=rootSystemB(3)

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

o1 : RootSystem
i2 : weight(R,vector {1,2,1})

o2 = | 1 |
     | 2 |
     | 1 |

o2 : Weight

Ways to use this method: