Many of the basic operations for Coxeter groups are shortcuts for obtaining information about the underlying root datum (Chapter ROOT DATA FOR LIE THEORY). We list these functions here; see Sections Operators on root data, Properties of root data, Roots, coroots and weights, and Operations on Coxeter groups and elements for more details and examples of their use.
True if G and H are equal.
True if G and H are isomorphic as algebraic groups (ie. they have the same base rings and isomorphic root data).
True if G and H are isogenous.
Generators for the group of Lie type G as an abstract group. The base ring of G must have a finite set of additive generators (for example, if the base ring is a field, it must have finite degree over its prime field).
A set of generators for the group of Lie type G as an algebraic group.
> k<z> := GF(4); > G := GroupOfLieType( "G2", k ); > Generators(G); [ x1(1) , x7(1) , x1(z) , x7(z) , x2(1) , x8(1) , x2(z) , x8(z) ] > AlgebraicGenerators(G); [ x1(1) , x2(1) , x7(1) , x8(1) ]
The Weyl group of the group of Lie type G. This is a crystallographic Coxeter group, see Chapter COXETER GROUPS.
The base ring of the group of Lie type G.
The root datum of the group of Lie type G.
The reductive rank of the group of Lie type G, ie. the dimension of the underlying root datum.
The semisimple rank of the group of Lie type G, ie. the rank of the underlying root datum.
The Cartan matrix of the group of Lie type G.
The Cartan type of the group of Lie type G.
Print the Dynkin diagram of the group of Lie type G.
The fundamental group of the group of Lie type G.
The isogeny group of the group of Lie type G.
The isogeny group of the group of Lie type G.
The number of positive roots of the group of Lie type G.
basis: MonStgElt Default: "standard"
An indexed set containing the (co)roots of the group of Lie type G.
basis: MonStgElt Default: "standard"
An indexed set containing the positive (co)roots of the group of Lie type G.
basis: MonStgElt Default: "standard"
The rth (co)root of the group of Lie type G.
basis: MonStgElt Default: "standard"
If v is a (co)root of the group of Lie type G, this returns its position; otherwise it returns 0.
The Coxeter element of the group of Lie type G, ie. the representative of the Coxeter element in the Weyl group of G.
The Coxeter number of the simple group of Lie type G.
The (co)weight lattice of the group of Lie type G.
basis: MonStgElt Default: "standard"
The fundamental (co)weights of the group of Lie type G.[Next][Prev] [Right] [Left] [Up] [Index] [Root]