DesarguesGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.

Online Help

All Products    Maple    MapleSim


GraphTheory[SpecialGraphs]

  

DesarguesGraph

  

construct Desargues graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

DesarguesGraph()

Description

• 

The DesarguesGraph() command returns the Desargues graph, a distance-transitive cubic graph with 20 vertices and 30 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔DesarguesGraph⁡

G≔Graph 1: an undirected graph with 20 vertices and 30 edges

(1)
> 

IsPlanar⁡G

false

(2)
> 

DrawGraph⁡G

References

  

"Desargues graph", Wikipedia. http://en.wikipedia.org/wiki/Desargues_graph

See Also

SpecialGraphs