Quellcodebibliothek
Statistik
Leitseite
products
/
sources
/
formale Sprachen
/
GAP
/
pkg
/
hap
/
tst
/
examples
/ (
Algebra von RWTH Aachen
Version 4.15.1
©
) Datei vom 19.6.2025 mit Größe 154 B
Quelle 6.6.2 Sprache: unbekannt
z:=[[-1,0,0],[0,1,0],[0,0,1]];;
y:=[[0,0,1],[0,1,0],[1,0,0]];;
x:=[[1,0,0],[0,0,1],[0,1,0]];;
G:=Group(x,y,z);
OrbitPolytope(G,[1,2,3],["VISUAL_GRAPH"]);
[ Dauer der Verarbeitung: 0.19 Sekunden (vorverarbeitet)
]
2026-03-28