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 500 B image not shown  

Quelle  projgroups_iscorrelation.include   Sprache: unbekannt

 
gap> g := Random(CollineationGroup(PG(4,7)));
< a collineation: <cmat 5x5 over GF(7,1)>, F^0>
gap> IsCorrelationCollineation(g);
false
gap> IsCorrelation(g);
false
gap> g := Random(CorrelationCollineationGroup(PG(4,7)));
<projective element with Frobenius with projectivespace isomorphism: <cmat 5x
5 over GF(7,1)>, F^0, IdentityMapping( <All elements of ProjectiveSpace(4, 
7)> ) >
gap> IsCorrelationCollineation(g);
true
gap> IsCorrelation(g);
false

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]