GraphTheory[SpecialGraphs]
CuboctahedronGraph
construct cuboctahedron graph
TruncatedTetrahedronGraph
construct truncated tetrahedron graph
Calling Sequence
Parameters
Description
Examples
Compatibility
CuboctahedronGraph()
CuboctahedronGraph(V)
TruncatedTetrahedronGraph()
TruncatedTetrahedronGraph(V)
V
-
set or list of size 12 (optional)
CuboctahedronGraph() creates the cuboctahedron graph on 12 vertices.
TruncatedTetrahedronGraph() creates the truncated tetrahedron graph on 12 vertices.
Both of these are Archimedean graphs.
You can optionally input the labels of the vertices as a list for either of the above graphs.
with⁡GraphTheory:
with⁡SpecialGraphs:
CG≔CuboctahedronGraph⁡
CG≔Graph 1: an undirected graph with 12 vertices and 24 edge(s)
IsPlanar⁡CG,F
true
nops⁡F
14
TTG≔TruncatedTetrahedronGraph⁡
TTG≔Graph 2: an undirected graph with 12 vertices and 18 edge(s)
IsPlanar⁡TTG,F
8
DrawGraph⁡TTG,style=spring
DrawGraph⁡TTG,style=spring,dimension=3
The GraphTheory[SpecialGraphs][CuboctahedronGraph] and GraphTheory[SpecialGraphs][TruncatedTetrahedronGraph] commands were introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
IsArchimedeanGraph
SpecialGraphs
Download Help Document