GraphTheory[SpecialGraphs]
PappusGraph
construct Pappus graph
Calling Sequence
Description
Examples
References
PappusGraph()
The PappusGraph() command returns the Pappus graph, a bipartite 3-regular undirected graph with 18 vertices and 27 edges.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔PappusGraph⁡
G≔Graph 1: an undirected graph with 18 vertices and 27 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Pappus graph", Wikipedia. http://en.wikipedia.org/wiki/Pappus_graph
See Also
SpecialGraphs
Download Help Document