In this section, we describe functions for converting between the various descriptions of Coxeter groups available in Magma.
A Coxeter group W of type GrpMat (a reflection group), GrpPermCox (a permutation group) or GrpFPCox (a finitely presented group) can be converted to a group W' of type GrpMat, GrpPermCox, GrpPerm, GrpFPCox or GrpFP. Groups of types GrpPerm and GrpFP are respectively permutation and finitely presented groups without any attribute that identifies them as Coxeter groups. In most cases the second return value of the conversion function is an isomorphism W to W'.
Since a finitely presented Coxeter group W does not come with a built-in reflection representation, the optional parameters A, B, and C can be used to specify the representation. They are respectively the matrix whose rows are the simple roots, the matrix whose rows are the simple coroots, and the Cartan matrix. These must have the following properties:
The finitely presented Coxeter group W' isomorphic to the Coxeter group W (of type GrpPermCox or GrpMat), together with the isomorphism W to W'.
A: Mtrx Default:
B: Mtrx Default:
C: Mtrx Default:
The permutation Coxeter group W' isomorphic to the Coxeter group W (of type GrpFPCox or GrpMat, together with the isomorphism W to W'. If W is infinite, an error is flagged.
> W<a,b> := CoxeterGroup(GrpFPCox, "G2"); > Wp, h := CoxeterGroup(GrpPermCox, W); > a*b; a * b > h(a*b); (1, 11, 12, 7, 5, 6)(2, 4, 3, 8, 10, 9)
A: Mtrx Default:
B: Mtrx Default:
C: Mtrx Default:
A reflection representation W' of the Coxeter group W (of type GrpFPCox or GrpPermCox), together with the isomorphism W to W'.If the type of W is GrpPermCox, the optional parameters A, B, and C are ignored because in this case every permutation Coxeter group has a root system, and this determines the reflection representation.
> W<a,b,c> := CoxeterGroup(GrpFPCox, "B3"); > G, h := CoxeterGroup(GrpMat, W); > a*b; h(a*b); a * b [-1 -1 0] [ 1 0 0] [ 0 1 1]
The finitely presented group W' isomorphic to the Coxeter group W of type GrpMat (see Chapter REFLECTION GROUPS), GrpPermCox or GrpFPCox together with the isomorphism W to W'.
The permutation group W' isomorphic to the Coxeter group W of type GrpMat, GrpPermCox or GrpFPCox together with the isomorphism W to W'. If W is infinite, an error is flagged.