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

Quelle  projgroups_projectivity.include   Sprache: unbekannt

 
gap> mat := [[1,0,0],[0,1,0],[0,0,1]]*Z(9)^0;
[ [ Z(3)^0, 0*Z(3), 0*Z(3) ], [ 0*Z(3), Z(3)^0, 0*Z(3) ], 
  [ 0*Z(3), 0*Z(3), Z(3)^0 ] ]
gap> Projectivity(mat,GF(9));
< a collineation: <cmat 3x3 over GF(3,2)>, F^0>

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]