Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/tst/testbugfix/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 383 B image not shown  

Quelle  2023-10-18-SetDimension.tst   Sprache: unbekannt

 
# issue reported by Michel Lavrauw on 18 October 2023
#@if LoadPackage("fining",false) <> fail
gap> G:=ProjectivityGroup(PG(8,2));
The FinInG projectivity group PGL(9,2)
gap> H:=Group(Identity(G));
<projective collineation group with 1 generators>
gap> Size(H); # this used to run into an error
1
gap> IsTrivial(H);
true
gap> IsNonTrivial(H); # this used to return "true"
false
#@fi

[ Dauer der Verarbeitung: 0.27 Sekunden  (vorverarbeitet)  ]