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

Quelle  polarities_ishermitian.g   Sprache: unbekannt

 
#getting the form from the polarity.
mat := [[0,2,7,1],[2,0,3,0],[7,3,0,1],[1,0,1,0]]*Z(19)^0;
frob := FrobeniusAutomorphism(GF(19^4));
phi := PolarityOfProjectiveSpace(mat,frob^2,GF(19^4));
IsHermitianPolarityOfProjectiveSpace(phi);
quit;

[ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ]