HeawoodGraph - 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]

  

HeawoodGraph

  

construct Heawood graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

HeawoodGraph()

Description

• 

The HeawoodGraph() command returns the Heawood graph, an undirected graph with 14 vertices and 21 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔HeawoodGraph⁡

G≔Graph 1: an undirected graph with 14 vertices and 21 edges

(1)
> 

IsBipartite⁡G

true

(2)
> 

DrawGraph⁡G

References

  

"Heawood graph", Wikipedia. http://en.wikipedia.org/wiki/Heawood_graph

See Also

SpecialGraphs