Macaulay2 » Documentation
Packages » WeylGroups :: reflect(RootSystem,BasicList,Root)
next | previous | forward | backward | up | index | toc

reflect(RootSystem,BasicList,Root) -- apply to a root several reflections with respect to simple roots

Synopsis

Description

i1 : R = rootSystemB(4)

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

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

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

       4
o2 : ZZ
i3 : reflect(R,{1,2,3,4},r)

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

       4
o3 : ZZ

Ways to use this method: