GraphTheory[SpecialGraphs]
SmallRhombicosidodecahedronGraph
construct small rhombicosidodecahedron graph
SnubDodecahedronGraph
construct snub dodecahedron graph
TruncatedDodecahedronGraph
construct truncated dodecahedron graph
TruncatedIcosahedronGraph
construct truncated icosahedron graph
SoccerBallGraph
construct soccer ball graph
Calling Sequence
Parameters
Description
Examples
Compatibility
SoccerBallGraph()
SoccerBallGraph(V)
TruncatedIcosahedronGraph()
TruncatedIcosahedronGraph(V)
SmallRhombicosidodecahedronGraph()
SmallRhombicosidodecahedronGraph(V)
SnubDodecahedronGraph()
SnubDodecahedronGraph(V)
TruncatedDodecahedronGraph()
TruncatedDodecahedronGraph(V)
V
-
set or list of size 60 (optional)
SoccerBallGraph() creates the soccer ball graph on 60 vertices, also known as the truncated icosahedron graph, the buckminsterfullerene graph, or the buckyball graph. This is a planar 3-regular graph with no triangles.
SmallRhombicosidodecahedronGraph() creates the small rhombicosidodecahedron graph 60 vertices. This is a planar 4-regular Eulerian graph.
SnubDodecahedronGraph() creates the snub dodecahedron graph on 60 vertices. This is a planar 5-regular graph.
TruncatedDodecahedronGraph() creates the truncated dodecahedron graph on 60 vertices. This is a planar 3-regular graph.
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:
SB≔SoccerBallGraph⁡
SB≔Graph 1: an undirected graph with 60 vertices and 90 edge(s)
IsPlanar⁡SB,F
true
nops⁡F
32
DrawGraph⁡SB,style=spring
DrawGraph⁡SB,style=spring,dimension=3
The GraphTheory[SpecialGraphs][SmallRhombicosidodecahedronGraph], GraphTheory[SpecialGraphs][SnubDodecahedronGraph], GraphTheory[SpecialGraphs][TruncatedDodecahedronGraph] and GraphTheory[SpecialGraphs][TruncatedIcosahedronGraph] commands were introduced in Maple 2024.
For more information on Maple 2024 changes, see Updates in Maple 2024.
See Also
GreatRhombicosidodecahedronGraph
IsArchimedeanGraph
SpecialGraphs
Download Help Document