next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
WeylGroups :: inverse(WeylGroupElement)

inverse(WeylGroupElement) -- the inverse to an element of a Weyl group

Synopsis

Description

i1 : w=reduce(rootSystemE(6),{1,2,3})

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

o1 : WeylGroupElement
i2 : inverse w

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

o2 : WeylGroupElement