summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Moebius.tex
blob: 111d5034539c791e787d9f3093d6cc10bce095c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
\newpage\section{Möbius-Kantor Graph}\label{moebius}
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<––––––––––––––––––––   Moebius             –––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
\begin{NewMacroBox}{grMobiusKantor}{\oarg{options}}

\medskip
From MathWord : \url{http://mathworld.wolfram.com/Moebius-KantorGraph.html} 

\emph{The unique cubic symmetric graph on 16 nodes, illustrated above in several embeddings. It is 24 edges, girth 6, diameter 4, chromatic number 2, and is nonplanar but Hamiltonian. It can be represented in LCF notation  and is identical to a generalized Petersen graph .
} 

\href{http://mathworld.wolfram.com/topics/GraphTheory.html}%
           {\textcolor{blue}{MathWorld}} by \href{http://en.wikipedia.org/wiki/Eric_W._Weisstein}%
           {\textcolor{blue}{E.Weisstein}}   
\end{NewMacroBox}




\subsection{\tkzname{Möbius Graph : form I}}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \SetGraphArtColor{red}{olive} 
   \SetVertexNoLabel
   \grMobiusKantor[RA=7]
\end{tikzpicture} 
\end{tkzexample}
\end{center}
 
\vfill\newpage
\subsection{\tkzname{Möbius Graph : form II}}
 
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[rotate=22.5]
   \GraphInit[vstyle=Shade]
  \SetGraphArtColor{red!50}{brown!50} 
   \SetVertexNoLabel
   \grMobiusKantor[form=2,RA=7,RB=3]
 \end{tikzpicture}
\end{tkzexample} 
\end{center} 

\vfill\newpage
 \subsection{\tkzname{Möbius Graph : form III}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \SetVertexNoLabel
   \grMobiusKantor[form=3,RA=7,RB=2]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}
 
\vfill\newpage
\subsection{\tkzname{Möbius Graph with LCF notation}} 

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[rotate=90]
   \GraphInit[vstyle=Shade]
   \SetVertexNoLabel
 \grLCF[RA=7]{5,-5}{8}
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage
\subsection{\tkzname{Möbius Graph with \tkzcname{grGeneralizedPetersen}} } 

\begin{center}
\begin{tkzexample}[vbox] 
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \SetVertexNoLabel  
  \grGeneralizedPetersen[RA=7,RB=4]{8}{3} 
 \end{tikzpicture}
\end{tkzexample} 
\end{center}  

\vfill\newpage
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<––––––––––––––––––––   Moebius     Ladder   –––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
A Möbius ladder of order $2n$ is a simple graph obtained by introducing a twist in a prism graph of order $2n$ that is isomorphic to the circulant graph  with order $2n$   and $L=\{1,n\}$

\url{http://mathworld.wolfram.com/MoebiusLadder.html}

\subsection{\tkzname{Möbius Ladder Graph}} 


\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \grMobiusLadder[RA=7,RB=2]{8}%
 \end{tikzpicture}
\end{tkzexample} 
\end{center} 


\vfill\newpage  
\subsection{\tkzname{Circulant Graph isomorphic to the last graph}}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade]
   \grCirculant[RA=7]{16}{1,8}%
\end{tikzpicture}  
\end{tkzexample}
\end{center} 

\endinput

\newpage\section{Möbius-Kantor Graph}\label{MK}
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––Möbius-Kantor Graph –––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
\begin{NewMacroBox}{%
\newmacro{Möbius-Kantor Graph : \tkzcname{grMobiusKantor}}}{lightgray}
 \tkzcname{grMobiusKantor[|RA|=\meta{Number}]\var{Number}}

\medskip
From MathWord : \url{http://mathworld.wolfram.com/Moebius-KantorGraph.html}  

\emph{The unique cubic symmetric graph on 16 nodes, illustrated above in two embeddings. It is 24 edges, girth 6, diameter 4, chromatic number 2, and is nonplanar but Hamiltonian. It is identical to the generalized Petersen graph.}
\href{http://mathworld.wolfram.com/Moebius-KantorGraph.html}%
           {\textcolor{blue}{MathWorld}} by \href{http://en.wikipedia.org/wiki/Eric_W._Weisstein}%
           {\textcolor{blue}{E.Weisstein}}

\medskip
The Möbius-Kantor Graph is implemented in \tkzname{tkz-berge} as \tkzcname{grMobiusKantor}.
\end{NewMacroBox}

\subsection{Möbius-Kantor Graph with \tkzcname{grGeneralizedPetersen}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade] 
   \SetVertexNoLabel
   \grGeneralizedPetersen[RA=7,RB=4]{3}{1}
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage\null 


\subsection{\tkzname{MobiusKantor graph}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \GraphInit[vstyle=Shade] 
   \SetVertexNoLabel
  \grMobiusKantor[RA=5]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}


\endinput