Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
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 170 B
Quelle cps_underlyingvs.g Sprache: unbekannt
#underlying vectorspace of a polar space
ps := EllipticQuadric(5,4);
vs := UnderlyingVectorSpace(ps);
ps := SymplecticSpace(3,81);
vs := UnderlyingVectorSpace(ps);
quit;
[ Dauer der Verarbeitung: 0.3 Sekunden (vorverarbeitet)
]
2026-03-28