GraphTheory[SpecialGraphs]
PoussinGraph
construct Poussin graph
Calling Sequence
Description
Examples
References
Compatibility
PoussinGraph()
The PoussinGraph() command returns the Poussin graph, a planar undirected graph with 15 vertices and 39 edges.
The Poussin graph was discovered by Charles Jean de la Vallée-Poussin as a counterexample to an incorrect proof of the four color theorem.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔PoussinGraph⁡
G≔Graph 1: an undirected graph with 15 vertices and 39 edge(s)
IsPlanar⁡G
true
DrawGraph⁡G
"Poussin graph", Wikipedia. http://en.wikipedia.org/wiki/Poussin_graph
The GraphTheory[SpecialGraphs][PoussinGraph] command was introduced in Maple 2018.
For more information on Maple 2018 changes, see Updates in Maple 2018.
See Also
SpecialGraphs
Download Help Document