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

Quelle  projgroups_iscorrelation.g   Sprache: unbekannt

 
#checks if an object in IsProjGrpEtc is a not linear
g := Random(CollineationGroup(PG(4,7)));
IsCorrelationCollineation(g);
IsCorrelation(g);
g := Random(CorrelationCollineationGroup(PG(4,7)));
IsCorrelationCollineation(g);
IsCorrelation(g);
quit;

[ Dauer der Verarbeitung: 0.4 Sekunden  (vorverarbeitet)  ]