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

  

HerschelGraph

  

construct Herschel graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

HerschelGraph()

Description

• 

The HerschelGraph() command returns the Herschel graph, a bipartite planar undirected graph with 11 vertices and 18 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔HerschelGraph⁡

G≔Graph 1: an undirected graph with 11 vertices and 18 edges

(1)
> 

IsBipartite⁡G

true

(2)
> 

IsPlanar⁡G

true

(3)
> 

DrawGraph⁡G

References

  

"Herschel graph", Wikipedia. http://en.wikipedia.org/wiki/Herschel_graph

See Also

SpecialGraphs