In this third example, absolutely irreducible nilpotent subgroups of
$GL(210,2^{10})$ do not exist, because the degree of the matrices
and the field size are both even.
\beginexample
gap> g3 := MonomialNilpotentMatGroup(450);
<matrix group with 24 generators> \endexample
Here `g3' is a monomial nilpotent subgroup of $GL(450,\Q)$.
\beginexample
gap> g4 := ReducibleNilpotentReducibleMatGroup(3,180,11,2);
<matrix group with 82 generators> \endexample
Here $`g4' \< GL(540,11^2)$ is the Kronecker product of a
unipotent subgroup of $GL(3,11^2)$ and the group `g2'.
\beginexample
gap> g5 := ReducibleNilpotentMatGroup(7,36);
<matrix group with 72 generators> \endexample
Here $`g5' \< GL(252, \Q)$ is a reducible nilpotent group constructed
as the Kronecker product of a unipotent subgroup of $GL(7,\Q)$ with
`MonomialNilpotentMatGroup(36)'.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Section{Testing nilpotency and other functions}
We now illustrate use of the functions
`IsNilpotentMatGroup',
`SylowSubgroupsOfNilpotentFFMatGroup',
`IsFiniteNilpotentMatGroup',
`SizeOfNilpotentMatGroup', and
`IsCompletelyReducibleNilpotentMatGroup'.
gap> g6 := MaximalAbsolutelyIrreducibleNilpotentMatGroup(127,2,7);
<matrix group with 3 generators>
gap> IsNilpotentMatGroup(g6);
true
gap> g7 := MonomialNilpotentMatGroup(350);
<matrix group with 6 generators>
gap> IsNilpotentMatGroup(g7);
true
gap> IsFiniteNilpotentMatGroup(g7);
true
gap> g8 := ReducibleNilpotentMatGroup(6,35);
<matrix group with 5 generators>
gap> IsNilpotentMatGroup(g8);
true
gap> IsFiniteNilpotentMatGroup(g8);
false
gap> g9 := ReducibleNilpotentMatGroup(2,36,5,2);
<matrix group with 21 generators>
gap> SylowSubgroupsOfNilpotentFFMatGroup(g9);
[ <matrix group with 5 generators>, <matrix group with 6 generators>,
<matrix group with 1 generators> ]
gap> IsCompletelyReducibleNilpotentMatGroup(g9);
false
gap> g10 := MaximalAbsolutelyIrreducibleNilpotentMatGroup(24,5,2);
<matrix group with 17 generators>
gap> SizeOfNilpotentMatGroup(g10); 173946175488
gap> IsCompletelyReducibleNilpotentMatGroup(g10);
true
gap> g11 := MonomialNilpotentMatGroup(96);
<matrix group with 31 generators>
gap> SizeOfNilpotentMatGroup(g11); 6442450944
gap> IsCompletelyReducibleNilpotentMatGroup(g11);
true \endexample
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \Section{Using the library of primitive nilpotent groups}
This section gives examples of applying the functions from the \package{Nilmat} library of primitive nilpotent subgroups of $GL(n,q)$.
The lists `L1' and `L2' contain only abelian groups, while `L3' and
`L4' contain non-abelian nilpotent groups.
Messung V0.5 in Prozent
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.15Bemerkung:
(vorverarbeitet am 2026-06-07)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.