i1 : R=rootSystemE(6) o1 = RootSystem{...8...} o1 : RootSystem |
i2 : P=parabolic(R,set{1,2,3,4,5}) o2 = set {1, 2, 3, 4, 5} o2 : Parabolic |
i3 : w=minimalRepresentative ((longestWeylGroupElement R) % P) o3 = WeylGroupElement{RootSystem{...8...}, | -11 |} | 1 | | 1 | | 1 | | 1 | | 1 | o3 : WeylGroupElement |
i4 : isMinimalRepresentative(w,P) o4 = true |
This function is less efficient than the corresponding function for right cosets.