Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/fining/examples/include/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 27.6.2023 mit Größe 623 B image not shown  

Quelle  cps_polarityofps.include   Sprache: unbekannt

 
gap> ps := SymplecticSpace(5,9);
W(5, 9)
gap> phi := PolarityOfProjectiveSpace(ps);
<polarity of PG(5, GF(3^2)) >
gap> ps := EllipticQuadric(3,4);
Q-(3, 4)
gap> phi := PolarityOfProjectiveSpace(ps);
<polarity of PG(3, GF(2^2)) >
gap> ps := ParabolicQuadric(4,4);
Q(4, 4)
gap> phi := PolarityOfProjectiveSpace(ps);
Error, no polarity of the ambient projective space can be associated to <ps> called from
<function "unknown">( <arguments> )
 called from read-eval loop at line 13 of *stdin*
you can 'quit;' to quit to outer loop, or
you can 'return;' to continue
brk> quit;

[ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ]