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

Quelle  projgroups_psisomorphism.g   Sprache: unbekannt

 
#companion ps isomorphism
mat := [[1,0,0],[3,0,2],[0,5,4]]*Z(7^3);
frob := FrobeniusAutomorphism(GF(7^3));
delta := StandardDualityOfProjectiveSpace(ProjectiveSpace(2,GF(7^3)));
phi := CorrelationOfProjectiveSpace(mat,frob,GF(7^3),delta);
ProjectiveSpaceIsomorphism(phi);
quit;

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]