From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 394 × 237 pixels, file size: 41 KB)
Summary
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
You are free:
to share – to copy, distribute and transmit the work
to remix – to adapt the work
Under the following conditions:
attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original. https://creativecommons.org/licenses/by-sa/3.0 CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 true true
Code used to create this image
\documentclass { article}
\usepackage { amsmath,amssymb,pgf,tikz}
\usetikzlibrary { arrows,automata}
\usetikzlibrary { decorations.pathreplacing}
% credit to http://tex.stackexchange.com/questions/128064/how-to-overbrace-underbrace-in-text-mode-using-tikz
\tikzstyle { overbrace text style} =[above, pos=.5, yshift=3mm]
\tikzstyle { overbrace style} =[decorate,decoration={ brace,raise=2mm,amplitude=3pt} ,-]
\begin { document}
\begin { tikzpicture} [->,>=stealth',shorten >=1pt,auto,node distance=1.5cm,semithick]
\tikzstyle { every state} =[fill=white,draw=black,text=black,minimum size=1.1cm]
\node (A) {} ;
\node [state] (A2) [right of=A] { $ \lambda _ 1 $ } ;
\node [state] (A3) [right of=A2] { $ \lambda _ 1 $ } ;
\node (A4) [right of=A3] { $ \cdots $ } ;
\node [state] (A5) [right of=A4] { $ \lambda _ 1 $ } ;
\node (A6) [right of=A5] {} ;
\draw [overbrace style] (A2.north west) -- (A5.north east) node [overbrace text style] { $ l_ 1 $ } ;
\node (B) [below of=A,node distance=2cm] {} ;
\node [state] (B2) [right of=B] { $ \lambda _ 2 $ } ;
\node [state] (B3) [right of=B2] { $ \lambda _ 2 $ } ;
\node (B4) [right of=B3] { $ \cdots $ } ;
\node [state] (B5) [right of=B4] { $ \lambda _ 2 $ } ;
\node (B6) [right of=B5] {} ;
\draw [overbrace style] (B2.north west) -- (B5.north east) node [overbrace text style] { $ l_ 2 $ } ;
\node (C) [below of=B] {} ;
\node (C2) [right of=C] { \vdots } ;
\node (C3) [right of=C2] {} ;
\node (C6) [below of=B6] {} ;
\node (D) [below of=C] {} ;
\node [state] (D2) [right of=D] { $ \lambda _n $ } ;
\node [state] (D3) [right of=D2] { $ \lambda _n $ } ;
\node (D4) [right of=D3] { $ \cdots $ } ;
\node [state] (D5) [right of=D4] { $ \lambda _n $ } ;
\node (D6) [right of=D5] {} ;
\draw [overbrace style] (D2.north west) -- (D5.north east) node [overbrace text style] { $ l_n $ } ;
\node (S) [left of=C] { start} ;
\node (E) [right of=C6] { end} ;
\path [-] (A.center) edge node { $ p_ 1 $ } (A2);
\path [-] (B.center) edge node { $ p_ 2 $ } (B2);
\path [-] (D.center) edge node { $ p_n $ } (D2);
\path [-] (A2) edge node {} (A3);
\path [-] (B2) edge node {} (B3);
\path [-] (D2) edge node {} (D3);
\path [-] (A3) edge node {} (A4);
\path [-] (B3) edge node {} (B4);
\path [-] (D3) edge node {} (D4);
\path [-] (A4) edge node {} (A5);
\path [-] (B4) edge node {} (B5);
\path [-] (D4) edge node {} (D5);
\path [-] (A5) edge node {} (A6.center);
\path [-] (B5) edge node {} (B6.center);
\path [-] (D5) edge node {} (D6.center);
\path [-] (A.center) edge node {} (D.center);
\path [-] (A6.center) edge node {} (D6.center);
\path (S) edge node {} (C.center);
\path (C6.center) edge node {} (E);
\end { tikzpicture}
\end { document}
Then converted using pdf2svg and tidied in inkscape.
English Add a one-line explanation of what this file represents
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time Thumbnail Dimensions User Comment
current 00:41, 20 November 2013 394 × 237 (41 KB) Gareth Jones User created page with UploadWizard
File usage
The following page uses this file:
Global file usage
The following other wikis use this file:
Usage on ca.wikipedia.org
This file contains additional information, probably added from the digital camera or scanner used to create or digitize it.
If the file has been modified from its original state, some details may not fully reflect the modified file.