GraphTheory[SpecialGraphs]
MoebiusKantorGraph
construct Moebius-Kantor graph
Calling Sequence
Description
Examples
References
MoebiusKantorGraph()
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.
with⁡GraphTheory:
with⁡SpecialGraphs:
G≔MoebiusKantorGraph⁡
G≔Graph 1: an undirected graph with 16 vertices and 24 edge(s)
IsBipartite⁡G
true
DrawGraph⁡G
"Möbius-Kantor graph", Wikipedia. http://en.wikipedia.org/wiki/Mobius-Kantor_graph
See Also
SpecialGraphs
Download Help Document