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

Quelle  projgroups_isprojectivity.g   Sprache: unbekannt

 
#checks if an object in IsProjGrpEtc is a projectivity
g := Random(HomographyGroup(PG(3,4)));
IsProjectivity(g);
g := Random(CollineationGroup(PG(3,4)));
IsProjectivity(g);
g := Random(CorrelationCollineationGroup(PG(3,4)));
IsProjectivity(g);
quit;

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]