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

Quelle  polarities_fromform.g   Sprache: unbekannt

 
#getting the polarity from a form.
mat := [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]*Z(16)^0;
form := BilinearFormByMatrix(mat,GF(16));
phi := PolarityOfProjectiveSpace(form);
quit;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]