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 182 B
Quelle polarities_toform.g Sprache: unbekannt
#getting the form from the polarity.
mat := [[0,-2,0,1],[2,0,3,0],[0,-3,0,1],[-1,0,-1,0]]*Z(19)^0;
phi := PolarityOfProjectiveSpace(mat,GF(19));
form := SesquilinearForm(phi);
quit;
[ Dauer der Verarbeitung: 0.16 Sekunden (vorverarbeitet)
]
2026-04-02