|
Let G be a finite matrix group G < GLn(Q). A matrix F ∈Mn(Q)
is G-invariant if gFgtr = F for all g ∈G.
For a finite integral or rational matrix group G, return a positive
definite symmetric G-invariant form.
SymmetricForms(G) : GrpMat -> [ AlgMatElt ]
AntisymmetricForms(G) : GrpMat -> [ AlgMatElt ]
For an integral or rational matrix group G, return a basis for
the space of G-linear forms or for the subspace of (anti-) symmetric
forms respectively.
The first form returned by InvariantForms and SymmetricForms
will be positive definite.
SymmetricForms(G, n) : GrpMat, RngIntElt -> [ AlgMatElt ]
AntisymmetricForms(G, n) : GrpMat, RngIntElt -> [ AlgMatElt ]
For an integral or rational matrix group G,
return a sequence consisting of n≥0 G-invariant
(symmetric or antisymmetric) bilinear forms for G.
NumberOfSymmetricForms(G) : GrpMat -> RngIntElt
NumberOfAntisymmetricForms(G) : GrpMat -> RngIntElt
For an integral or rational matrix group G or a G-lattice L,
return the dimension of the space of (symmetric or anti-symmetric) invariant
bilinear forms for G.
The algorithm uses a modular method which is much faster than
the actual computation of the forms.
[Next][Prev] [Right] [Left] [Up] [Index] [Root]
|