Macaulay2 » Documentation
Packages » WeylGroups :: WeylGroupElement * Root
next | previous | forward | backward | up | index | toc

WeylGroupElement * Root -- apply an element of a Weyl group to a root

Synopsis

Description

i1 : R=rootSystemC(4)

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

o1 : RootSystem
i2 : w=reduce(R,{1})

o2 = WeylGroupElement{RootSystem{...8...}, | -1 |}
                                           |  2 |
                                           |  1 |
                                           |  1 |

o2 : WeylGroupElement
i3 : r=simpleRoot(R,2)

o3 = | -1 |
     |  2 |
     | -1 |
     |  0 |

       4
o3 : ZZ
i4 : w*r

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

       4
o4 : ZZ

Ways to use this method: