76.18 PermMatX

PermMatX( W, M )

Let M be a linear transformation of the vector space V on which the Coxeter datum W acts which preserves the set of roots. PermMatX returns the corresponding permutation of the roots; it signals an error if M does not normalize the set of roots.

We continue the example from MatXPerm and obtain:

    gap> PermMatX( W, mx ) = w0;
    true 

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

Previous Up Top Next
Index

GAP 3.4.4
April 1997