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.
withGraphTheory:
withSpecialGraphs:
F≔FranklinGraph
F≔Graph 1: an undirected graph with 12 vertices and 18 edge(s)
IsPlanarF
false
ChromaticNumberF
2
DrawGraphF
"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