GraphTheory[SpecialGraphs]
SoccerBallGraph
construct soccer ball graph
Calling Sequence
Parameters
Description
Examples
SoccerBallGraph()
SoccerBallGraph(V)
V
-
set or list of size 60 (optional)
The SoccerBallGraph command creates the so called soccer ball graph on 60 vertices. The soccer ball graph is a planar 3-regular graph with no triangles. As an option, you may input the labels of the vertices as a set or list of size 60.
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
See Also
SpecialGraphs
Download Help Document
What kind of issue would you like to report? (Optional)