g1 := MaximalAbsolutelyIrreducibleNilpotentMatGroup(52,3,3);
#<matrix group with 7 generators> in GL(52, 3^3);
g2 := MaximalAbsolutelyIrreducibleNilpotentMatGroup(180, 11, 2);
#<matrix group with 41 generators> in GL(180, 11^2)
MaximalAbsolutelyIrreducibleNilpotentMatGroup(210, 2, 10);
#fail; in GL(210, 2^10) absolutely irreducible nilpotent subgroups do not exist
g3 := MonomialNilpotentMatGroup(450);
#<matrix group with 24 generators> in GL(450, Q)
g4 := ReducibleNilpotentMatGroupFF(3, 4*9*5,11,2);
#<matrix group with 82 generators> in GL(540, 11^2)
g5 := ReducibleNilpotentMatGroupRN(7, 36);
#<matrix group with 72 generators> in GL(252, Q)
#Nilpotency testings and other functions
g6 := MaximalAbsolutelyIrreducibleNilpotentMatGroup(127, 2, 7);
#<matrix group with 3 generators> in GL(127, 2^7)
IsNilpotentMatGroup(g6);
#true
g7 := MonomialNilpotentMatGroup(350);
#<matrix group with 6 generators>
IsNilpotentMatGroup(g7);
#true
IsFiniteNilpotentMatGroup(g7);
#true
g8 := ReducibleNilpotentMatGroupRN(6, 35);
#<matrix group with 5 generators>
IsNilpotentMatGroup(g8);
#true
IsFiniteNilpotentMatGroup(g8);
#false
g9 := ReducibleNilpotentMatGroupFF(2, 4*9,5,2);
#<matrix group with 21 generators>
SylowSubgroupsOfNilpotentFFMatGroup(g9);
#[ <matrix group with 5 generators>, <matrix group with 6 generators>,
# <matrix group with 1 generators> ]
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 ist noch experimentell.