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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔DesarguesGraph⁡
G≔Graph 1: an undirected graph with 20 vertices and 30 edge(s)
IsPlanar⁡G
false
DrawGraph⁡G
"Desargues graph", Wikipedia. http://en.wikipedia.org/wiki/Desargues_graph
See Also
SpecialGraphs
Download Help Document