[Next] [Prev] [Right] [Left] [Up] [Index] [Root]
Basic Operations

Basic Operations

Subsections

Accessing Group Information

The functions in this group provide access to basic information stored for a matrix group G.

G . i : GrpMat, RngIntElt -> GrpMatElt
The i-th defining generator for G. A negative subscript indicates that the inverse of the generator is to be created. G.0 is Identity(G).
Degree(G) : GrpMat -> RngIntElt
The degree of the matrix group G.
Generators(G) : GrpMat -> { GrpMatElt }
A set containing the defining generators for G.
NumberOfGenerators(G) : GrpMat -> RngIntElt
Ngens(G) : GrpMat -> RngIntElt
The number of defining generators for G.
CoefficientRing(G) : GrpMat -> Rng
BaseRing(G) : GrpMat -> Rng
The coefficient ring for the matrix group G.
RSpace(G) : GrpMat -> ModTupRng
Given a matrix group G of degree n defined over a ring R, return the space R^((n)), where the action is multiplication by elements of R, i.e. scalar action.
GModule(G) : GrpMat -> ModGrp
The natural R[G]-module for the matrix group G.
Generic(G) : GrpMat -> GrpMat
The generic group containing G, i.e. the general linear group in which G is naturally embedded.
Parent(G) : GrpMatElt -> GrpMat
The power structure for the group G (the set consisting of all matrix groups).
[Next] [Prev] [Right] [Left] [Up] [Index] [Root]