[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
The Finitely Presented Group Associated with a Matrix Group

The Finitely Presented Group Associated with a Matrix Group

Consider a matrix group G defined on d generators. The word group of G is a free group W of rank d. Then we regard G as a homomorphic image of F with associated homomorphism phi: W -> G. All operations involving words in the generators of G will be performed in W.

WordGroup(G) : GrpMat -> GrpFP, Map
Given a matrix group G defined on d generators, return (a) a free group W on d generators, and (b) the homomorphism phi from W to G such that W.i -> G.i, for i = 1, ..., d. The group W associated with G by this function will be referred to as the word group for G.
InverseWordMap(G) : GrpMat -> Map
Given a matrix group G and its associated word group W with canonical homomorphism phi:W -> G, construct the inverse mapping rho. Thus, given a matrix g of G, g@@rho returns an element in the preimage of g under phi. If the word group W does not already exist, it will be created.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]