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

  

KittellGraph

  

construct Kittell graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

KittellGraph()

Description

• 

The KittellGraph() command constructs the Kittell graph.

• 

The Kittell graph is a planar graph with 23 vertices and 63 edges.

Examples

withGraphTheory:

withSpecialGraphs:

KKittellGraph

KGraph 1: an undirected graph with 23 vertices and 63 edge(s)

(1)

IsPlanarK

true

(2)

ChromaticNumberK

4

(3)

DrawPlanarK

References

  

"Kittell graph", Wikipedia. http://en.wikipedia.org/wiki/Kittell_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][KittellGraph] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

SpecialGraphs