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 147 B
Quelle cps_coordinates.g Sprache: unbekannt
# coordinates of a point of a polar space
ps := ParabolicQuadric(6,5);
p := VectorSpaceToElement(ps,[0,1,0,0,0,0,0]*Z(5)^0);
Coordinates(p);
quit;
[ Dauer der Verarbeitung: 0.10 Sekunden (vorverarbeitet)
]
2026-03-28