products/sources/formale Sprachen/GAP/pkg/digraphs/data/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.8.2025 mit Größe 102 kB image not shown  

Quelle  projgroups_iscollineation.include   Sprache: unbekannt

 
gap> g := Random(HomographyGroup(PG(2,27)));
< a collineation: <cmat 3x3 over GF(3,3)>, F^0>
gap> IsCollineation(g);
true
gap> g := Random(CollineationGroup(PG(2,27)));
< a collineation: <cmat 3x3 over GF(3,3)>, F^0>
gap> IsCollineation(g);
true
gap> g := Random(CorrelationCollineationGroup(PG(2,27)));
<projective element with Frobenius with projectivespace isomorphism: <cmat 3x
3 over GF(3,3)>, F^0, IdentityMapping( <All elements of ProjectiveSpace(2, 
27)> ) >
gap> IsCollineation(g);
true

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]