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

  

MoebiusKantorGraph

  

construct Moebius-Kantor graph

 

Calling Sequence

Description

Examples

References

Calling Sequence

MoebiusKantorGraph()

Description

• 

The MoebiusKantorGraph() command returns the Möbius-Kantor graph, a symmetric bipartite cubic graph with 16 vertices and 24 edges.

• 

It is named after August Ferdinand Möbius and Seligmann Kantor.

Examples

> 

with⁡GraphTheory:

> 

with⁡SpecialGraphs:

> 

G≔MoebiusKantorGraph⁡

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

(1)
> 

IsBipartite⁡G

true

(2)
> 

DrawGraph⁡G

References

  

"Möbius-Kantor graph", Wikipedia. http://en.wikipedia.org/wiki/Mobius-Kantor_graph

See Also

SpecialGraphs