SoccerBallGraph - Maple Help

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

SoccerBallGraph

  

construct soccer ball graph

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

SoccerBallGraph()

SoccerBallGraph(V)

Parameters

V

-

set or list of size 60 (optional)

Description

• 

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.

Examples

withGraphTheory:

withSpecialGraphs:

SBSoccerBallGraph

SBGraph 1: an undirected unweighted graph with 60 vertices and 90 edge(s)

(1)

IsPlanarSB,F

true

(2)

nopsF

32

(3)

DrawGraphSB,style=spring

DrawGraphSB,style=spring,dimension=3

See Also

SpecialGraphs