Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/fining/examples/include/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 412 B image not shown  

Quelle  projgroups_random.include   Sprache: unbekannt

 
gap> pg := PG(4,8);
ProjectiveSpace(4, 8)
gap> group := CollineationGroup(pg);
The FinInG collineation group PGammaL(5,8)
gap> HasNiceMonomorphism(group);
false
gap> Random(group);
< a collineation: <cmat 5x5 over GF(2,3)>, F^4>
gap> time;
1028
gap> HasNiceMonomorphism(group);
true
gap> Random(group);
< a collineation: <cmat 5x5 over GF(2,3)>, F^0>
gap> time;
3

[ Dauer der Verarbeitung: 0.5 Sekunden  (vorverarbeitet)  ]