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

weight(RootSystem,BasicList) -- construct a weight from a list

Synopsis

Description

i1 : R=rootSystemB(3)

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

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

o2 = | 1 |
     | 2 |
     | 1 |

o2 : Weight

Ways to use this method: