GraphTheory[SpecialGraphs]
DesarguesGraph
construct Desargues graph
Calling Sequence
Description
Examples
References
DesarguesGraph()
The DesarguesGraph() command returns the Desargues graph, a distance-transitive cubic graph with 20 vertices and 30 edges.
withGraphTheory:
withSpecialGraphs:
G≔DesarguesGraph
G≔Graph 1: an undirected graph with 20 vertices and 30 edge(s)
IsPlanarG
false
DrawGraphG
"Desargues graph", Wikipedia. http://en.wikipedia.org/wiki/Desargues_graph
See Also
SpecialGraphs
Download Help Document