Macaulay2 » Documentation
Packages » WeylGroups :: inverse(WeylGroupElement)
next | previous | forward | backward | up | index | toc

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

Ways to use this method: