File: 1.2.4

package info (click to toggle)
gap-hap 1.66%2Bds-1
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 55,348 kB
  • sloc: xml: 15,368; sh: 216; javascript: 155; makefile: 126; ansic: 57; perl: 36
file content (12 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#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));