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

  

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

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

F≔FranklinGraph⁡

F≔Graph 1: an undirected graph with 12 vertices and 18 edges

(1)
> 

IsPlanar⁡F

false

(2)
> 

ChromaticNumber⁡F

2

(3)
> 

DrawGraph⁡F

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