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

  

FranklinGraph

  

construct Franklin graph

 

Calling Sequence

Description

Examples

References

Compatibility

Calling Sequence

FranklinGraph()

Description

• 

The FranklinGraph() command constructs the Franklin graph.

• 

The Franklin graph is a nonplanar bipartite graph with 12 vertices and 18 edges.

Examples

withGraphTheory:

withSpecialGraphs:

FFranklinGraph

FGraph 1: an undirected graph with 12 vertices and 18 edge(s)

(1)

IsPlanarF

false

(2)

ChromaticNumberF

2

(3)

DrawGraphF

References

  

"Franklin graph", Wikipedia. http://en.wikipedia.org/wiki/Franklin_graph

Compatibility

• 

The GraphTheory[SpecialGraphs][FranklinGraph] command was introduced in Maple 2017.

• 

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

See Also

SpecialGraphs