summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Desargues.tex
blob: 496041579be1b9f3b41618d3f767f06ec3363e5a (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
\newpage\section{Desargues}\label{desargues}
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
%<–––––––––––––––––––––––––––––    Desargues –––––––––––––––––––––––––––––––>
%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
\begin{NewMacroBox}{grDesargues}{\oarg{options}}

\medskip
From Wikipedia : \url{http://en.wikipedia.org/wiki/Desargues_graph} 

\emph{ In the mathematical field of graph theory, the Desargues graph is a 3-regular graph with 20 vertices and 30 edges, formed as the Levi graph of the Desargues configuration.The Desargues graph can also be formed as a double cover of the Petersen graph, as the generalized Petersen graph G(10,3), or as the bipartite Kneser graph $H_{5,2}$.}

\medskip
From MathWord : \url{http://mathworld.wolfram.com/DesarguesGraph.html}  

\emph{ The Desargues graph is a cubic symmetric graph distance-regular graph on 20 vertices and 30 edges, illustrated above in several embeddings. It can be represented in LCF notation as  (Frucht 1976) and is isomorphic to the bipartite Kneser graph . It is the incidence graph of the Desargues configuration.}
\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}}

\medskip
The Desargues graph is implemented in \tkzname{tkz-berge} as \tkzcname{grDesargues} with two forms.
\end{NewMacroBox}


\tikzstyle{VertexStyle} = [shape                = circle,%
                           color                = white,
                           fill                 = black,
                           very thin,
                           inner sep            = 0pt,%
                           minimum size         = 18pt,
                           draw]
\tikzstyle{EdgeStyle}   = [thick,%
                           double               = brown,%
                           double distance      = 1pt]
\SetVertexMath
\subsection{\tkzname{The Desargues graph : form 1}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[scale=.6]
    \grDesargues[Math,RA=6]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage
\subsection{\tkzname{The Desargues graph : form 2}}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}
   \grDesargues[form=2,Math,RA=7]
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\vfill\newpage  
\subsection{The Desargues graph wth \tkzname{LCF notation}}

\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[rotate=90]
   \grLCF[Math,RA=6]{5,-5,9,-9}{5}
 \end{tikzpicture}
\end{tkzexample} 
\end{center}


\vfill\newpage  
\subsection{The Desargues graph with \tkzcname{grGeneralizedPetersen}}
\begin{center}
\begin{tkzexample}[vbox]
\begin{tikzpicture}[rotate=90]
  \tikzstyle{VertexStyle} = [shape                = circle,%
                             color                = white,
                             fill                 = black,
                             very thin,
                             inner sep            = 0pt,%
                             minimum size         = 18pt,
                             draw]
  \tikzstyle{EdgeStyle}    = [thick,%
                              double               = brown,%
                              double distance      = 1pt]  
  \grGeneralizedPetersen[Math,RA=6]{10}{3}
 \end{tikzpicture}
\end{tkzexample} 
\end{center}

\endinput