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.
withGraphTheory:
withSpecialGraphs:
G≔PappusGraph
G≔Graph 1: an undirected graph with 18 vertices and 27 edge(s)
IsBipartiteG
true
DrawGraphG
"Pappus graph", Wikipedia. http://en.wikipedia.org/wiki/Pappus_graph
See Also
SpecialGraphs
Download Help Document