Macaulay2 » Documentation
Packages » WeylGroups :: isPositiveRoot(RootSystem,Weight)
next | previous | forward | backward | up | index | toc

isPositiveRoot(RootSystem,Weight) -- check whether a weight is a positive root

Synopsis

Description

i1 : R=rootSystemE(6)

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

o1 : RootSystem
i2 : p=halfSumOfRoots(R)

o2 = | 1 |
     | 1 |
     | 1 |
     | 1 |
     | 1 |
     | 1 |

       6
o2 : ZZ
i3 : isPositiveRoot(R,p)

o3 = false

Ways to use this method: