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

  

McGeeGraph

  

construct McGee graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

McGeeGraph()

Description

• 

The McGeeGraph() command returns the McGee graph, a 3-regular graph with 24 vertices and 36 edges.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔McGeeGraph⁡

G≔Graph 1: an undirected graph with 24 vertices and 36 edges

(1)
> 

IsBipartite⁡G

false

(2)
> 

DrawGraph⁡G

References

  

"McGee graph", Wikipedia. http://en.wikipedia.org/wiki/McGee_graph

See Also

SpecialGraphs