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 affine_actions.g Sprache: unbekannt
#affine actions
as := AG(3,27);
p := Random(Points(as));
g := Random(CollineationGroup(as));
OnAffineSubspaces(p,g);
p^g;
l := Random(Lines(as));
OnAffineSubspaces(l,g);
l^g;
quit;
[ Dauer der Verarbeitung: 0.15 Sekunden (vorverarbeitet)
]
2026-04-02