76.5 LeftDescentSet

LeftDescentSet( W, w )

The set of generators s such that l(sw), given as a list of integers.

    gap> W := CoxeterGroup( "A", 2 );;
    gap> w := PermCoxeterWord( W, [ 1, 2 ] );;
    gap> LeftDescentSet( W, w );
    [ 1 ] 

See also RightDescentSet.

This function requires the package "chevie" (see RequirePackage).

Previous Up Top Next
Index

GAP 3.4.4
April 1997