HerschelGraph - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

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

withGraphTheory:

withSpecialGraphs:

GHerschelGraph

GGraph 1: an undirected graph with 11 vertices and 18 edge(s)

(1)

IsBipartiteG

true

(2)

IsPlanarG

true

(3)

DrawGraphG

References

  

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

See Also

SpecialGraphs