Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/unipot/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 4.6.2024 mit Größe 563 B image not shown  

Quelle  bugfix.tst   Sprache: unbekannt

 
gap> START_TEST("bugfix.tst");

# verify GeneratorsOfGroup work (reported by Zachary Stier)
gap> U := UnipotChevSubGr("B", 3, GF(3));
<Unipotent subgroup of a Chevalley group of type B3 over GF(3)>
gap> GeneratorsOfGroup(U);
[ x_{1}( Z(3)^0 ), x_{1}( Z(3) ), x_{2}( Z(3)^0 ), x_{2}( Z(3) ), 
  x_{3}( Z(3)^0 ), x_{3}( Z(3) ), x_{4}( Z(3)^0 ), x_{4}( Z(3) ), 
  x_{5}( Z(3)^0 ), x_{5}( Z(3) ), x_{6}( Z(3)^0 ), x_{6}( Z(3) ), 
  x_{7}( Z(3)^0 ), x_{7}( Z(3) ), x_{8}( Z(3)^0 ), x_{8}( Z(3) ), 
  x_{9}( Z(3)^0 ), x_{9}( Z(3) ) ]

#
gap> STOP_TEST("bugfix.tst", 0);

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]