Macaulay2 » Documentation
Packages » WeylGroups > Weight > weight(RootSystem,BasicList)
next | previous | forward | backward | up | index | toc

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 |

       3
o2 : ZZ

Ways to use this method: