[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Soluble Matrix Groups

Soluble Matrix Groups

Subsections

Conversion to a PC-Group

PolycyclicGenerators(G) : GrpMat -> [ GrpPCElt ]
PCGroup(G) : GrpMat -> GrpPC, Map
Construct a pc group S isomorphic to the soluble group G. In addition to returning S, the function also returns an isomorphism phi: G -> S.

Soluble Group Functions

pCentralSeries(G, p) : GrpMat, RngIntElt -> [ GrpMat ]
Given a soluble group G, and a prime p dividing |G|, return the lower p-central series for G. The series is returned as a sequence of subgroups.

p-group Functions

IsSpecial(G) : GrpMat -> BoolElt
Given a p-group G, return true if G is special, false otherwise.
IsExtraSpecial(G) : GrpMat -> BoolElt
Given a p-group G, return true if G is extra-special, false otherwise.
FrattiniSubgroup(G) : GrpMat -> GrpMat
Given a p-group G, return the Frattini subgroup.
JenningsSeries(G) : GrpMat -> [ GrpMat ]
Given a p-group G, return the Jennings series for G. The series is returned as a sequence of subgroups.
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]