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

Quelle  projgroups_stduality.g   Sprache: unbekannt

 
#constructing standardduality of projective space
ps := ProjectiveSpace(4,5);
delta := StandardDualityOfProjectiveSpace(ps);
delta^2;
p := VectorSpaceToElement(ps,[1,2,3,0,1]*Z(5)^0);
h := p^delta;
UnderlyingObject(h);
Unpack(last);
quit;

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]