Macaulay2 » Documentation
Packages » WeylGroups > Root > ZZ * Root
next | previous | forward | backward | up | index | toc

ZZ * Root -- multiplication of a root by an integer

Synopsis

Description

i1 : R=rootSystemA(3)

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

o1 : RootSystem
i2 : r=simpleRoot(R,1)

o2 = |  2 |
     | -1 |
     |  0 |

       3
o2 : ZZ
i3 : 2*r

o3 = |  4 |
     | -2 |
     |  0 |

       3
o3 : ZZ

Note that if the integer is +1 or -1, we obtain a weight that is a root.

i4 : -1*r

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

       3
o4 : ZZ

Ways to use this method: