GraphTheory[SpecialGraphs]
SmallRhombicuboctahedronGraph
construct small rhombicuboctahedron graph
SnubCubeGraph
construct snub cube graph
TruncatedCubeGraph
construct truncated cube graph
TruncatedOctahedronGraph
construct truncated octahedron graph
Calling Sequence
Parameters
Description
Examples
Compatibility
SmallRhombicuboctahedronGraph()
SmallRhombicuboctahedronGraph(V)
SnubCubeGraph()
SnubCubeGraph(V)
TruncatedCubeGraph()
TruncatedCubeGraph(V)
TruncatedOctahedronGraph()
TruncatedOctahedronGraph(V)
V
-
set or list of size 24 (optional)
SmallRhombicuboctahedronGraph() creates the small rhombicuboctahedron graph on 24 vertices. This is an Eulerian graph and has 48 edges.
SnubCubeGraph() creates the snub cube graph on 24 vertices. This graph has 60 edges.
TruncatedCubeGraph() creates the truncated cube graph on 24 vertices. This graph has 36 edges.
TruncatedOctahedronGraph() creates the truncated octahedron graph on 24 vertices. This graph has 36 edges.
All of these are Archimedean graphs.
You can optionally input the labels of the vertices as a list for any of the above graphs.
with⁡GraphTheory:
with⁡SpecialGraphs:
TC≔TruncatedCubeGraph⁡
TC≔Graph 1: an undirected graph with 24 vertices and 36 edge(s)
IsPlanar⁡TC,F
true
nops⁡F
14
DrawGraph⁡TC,style=spring
DrawGraph⁡TC,style=spring,dimension=3
The GraphTheory[SpecialGraphs][SmallRhombicuboctahedronGraph], GraphTheory[SpecialGraphs][SnubCubeGraph], GraphTheory[SpecialGraphs][TruncatedCubeGraph] and GraphTheory[SpecialGraphs][TruncatedOctahedronGraph] commands were introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
GreatRhombicuboctahedronGraph
IsArchimedeanGraph
SpecialGraphs
Download Help Document