GraphTheory[SpecialGraphs]
FranklinGraph
construct Franklin graph
Calling Sequence
Description
Examples
References
Compatibility
FranklinGraph()
The FranklinGraph() command constructs the Franklin graph.
The Franklin graph is a nonplanar bipartite graph with 12 vertices and 18 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
F≔FranklinGraph⁡
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsPlanar⁡F
false
ChromaticNumber⁡F
2
DrawGraph⁡F
"Franklin graph", Wikipedia. http://en.wikipedia.org/wiki/Franklin_graph
The GraphTheory[SpecialGraphs][FranklinGraph] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
SpecialGraphs
Download Help Document