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 186 B
Quelle projgroups_embedding.g Sprache: unbekannt
#demonstrate embedding of collineation group into correlation group
coll := CollineationGroup(PG(4,8));
corr := CorrelationCollineationGroup(PG(4,8));
phi := Embedding(coll,corr);
quit;
[ Dauer der Verarbeitung: 0.18 Sekunden (vorverarbeitet)
]
2026-03-28