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 287 B image not shown  

Quelle  1.2.4   Sprache: unbekannt

 
#This example uses Asymptote software.
#This example uses GraphViz software.
#The example will only run in Linux.
M:=PurePermutahedralKnot(3,1);
K:=Nerve(M);
Display(M); #See Figure 1.10
Display(Graph(K)); #See Figure 1.12
M1:=PureCubicalKnot(3,1);;
K1:=Nerve(M1);
Display(Graph(K1));



[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]