Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/francy/js/packages/francy-core/src/component/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 17.3.2023 mit Größe 1015 B image not shown  

Quelle  polarities_construct2.g   Sprache: unbekannt

 
#constructing hermitian polarities of a projective space.
mat := [[Z(11)^0,0*Z(11),0*Z(11)],[0*Z(11),0*Z(11),Z(11)],
    [0*Z(11),Z(11),0*Z(11)]];
frob := FrobeniusAutomorphism(GF(121));
phi := PolarityOfProjectiveSpace(mat,frob,GF(121));
psi := HermitianPolarityOfProjectiveSpace(mat,GF(121));
phi = psi;
quit;

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]