[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Standard Subgroup Constructions

Standard Subgroup Constructions

H ^ g : GrpMat, GrpMatElt -> GrpMat
Conjugate(H, g) : GrpMat, GrpMatElt -> GrpMat
Construct the conjugate g^(-1) * H * g of the matrix group H by the matrix g. The group H and the element g must belong to a common matrix group.
H meet K : GrpMat, GrpMat -> GrpMat
Given groups H and K which belong to the same matrix group, construct the intersection of H and K.
CommutatorSubgroup(G, H, K) : GrpMat, GrpMat, GrpMat -> GrpMat
CommutatorSubgroup(H, K) : GrpMat, GrpMat -> GrpMat
Given subgroups H and K of the group G, construct the commutator subgroup of H and K relative to G. If K is a subgroup of H, then G may be omitted.
Centralizer(G, g) : GrpMat, GrpMatElt -> GrpMat
Construct the centralizer of the matrix g in the group G; g and G must belong to a common matrix group.
Centralizer(G, H) : GrpMat, GrpMat -> GrpMat
Construct the centralizer of the group H in the group G; G and H must belong to a common matrix group.
Core(G, H) : GrpMat, GrpMat -> GrpMat
Given a subgroup H of the matrix group G, construct the maximal normal subgroup of G that is contained in the subgroup H.
H ^ G : GrpMat, GrpMat -> GrpMat
NormalClosure(G, H) : GrpMat, GrpMat -> GrpMat
Given a subgroup H of the matrix group G, construct the normal closure of H in G.
[Future release] Normalizer(G, H) : GrpMat, GrpMat -> GrpMat
Given a subgroup H of the group G, construct the normalizer of H in G.
[Future release] pCore(G, p) : GrpMat, RngIntElt -> GrpMat
Given a group G and a prime p dividing the order of G, construct the maximal normal p-subgroup of G.
SylowSubgroup(G, p) : GrpMat, RngIntElt -> GrpMat
Sylow(G, p) : GrpMat, RngIntElt -> GrpMat
Given a group G and a prime p, construct the Sylow p-subgroup of G.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]