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 181 B
Quelle polarities_fromform.g Sprache: unbekannt
#getting the polarity from a form.
mat := [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]*Z(16)^0;
form := BilinearFormByMatrix(mat,GF(16));
phi := PolarityOfProjectiveSpace(form);
quit;
[ Dauer der Verarbeitung: 0.4 Sekunden (vorverarbeitet)
]
2026-04-02