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

Quelle  projgroups_correlation.g   Sprache: unbekannt

 
#construction of a correlation.
mat := [[1,0,0],[3,0,2],[0,5,4]]*Z(7^3);
phi1 := CorrelationOfProjectiveSpace(mat,GF(7^3));
frob := FrobeniusAutomorphism(GF(7^3));
phi2 := CorrelationOfProjectiveSpace(mat,frob,GF(7^3));
delta := StandardDualityOfProjectiveSpace(ProjectiveSpace(2,GF(7^3)));
phi3 := CorrelationOfProjectiveSpace(mat,GF(7^3),delta);
phi4 := CorrelationOfProjectiveSpace(mat,frob,GF(7^3),delta);
quit;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]