From Wikipedia, the free encyclopedia
Original file (SVG file, nominally 605 × 67 pixels, file size: 28 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 produce this image
\begin { tikzpicture} [->,>=stealth',shorten >=1pt,auto,node distance=2cm,semithick]
\tikzstyle { every state} =[fill=white,draw=black,text=black,minimum size=1.1cm]
\node [state] (A) { 0} ;
\node [state] (B) [right of=A] { $ 1 $ } ;
\node [state] (C) [right of=B] { $ 2 $ } ;
\node [state] (D) [right of=C] { $ 3 $ } ;
\node [minimum size=1cm] (E) [right of=D] { $ \cdots $ } ;
\node [state] (F) [right of=E] { $ n - 1 $ } ;
\node [state] (G) [right of=F] { $ n $ } ;
\node [state] (H) [right of=G] { $ n + 1 $ } ;
\node [minimum size=1cm] (I) [right of=H] { $ \cdots $ } ;
\path (A) edge [bend left] node { $ \lambda $ } (B);
\path (B) edge [bend left] node { $ \mu $ } (A);
\path (B) edge [bend left] node { $ \lambda $ } (C);
\path (C) edge [bend left] node { $ \mu $ } (B);
\path (C) edge [bend left] node { $ \lambda $ } (D);
\path (D) edge [bend left] node { $ \mu $ } (C);
\path (D) edge [bend left] node { $ \lambda $ } (E);
\path (E) edge [bend left] node { $ \mu $ } (D);
\path (E) edge [bend left] node { $ \lambda $ } (F);
\path (F) edge [bend left] node { $ \mu $ } (E);
\path (F) edge [bend left] node { $ \lambda $ } (G);
\path (G) edge [bend left] node { $ \mu $ } (F);
\path (G) edge [bend left] node { $ \lambda $ } (H);
\path (H) edge [bend left] node { $ \mu $ } (G);
\path (H) edge [bend left] node { $ \lambda $ } (I);
\path (I) edge [bend left] node { $ \mu $ } (H);
\end { tikzpicture}
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 22:42, 30 May 2013 605 × 67 (28 KB) Gareth Jones better fonts
20:31, 1 November 2011 599 × 64 (48 KB) Gareth Jones
File usage
The following page uses this file:
Global file usage
The following other wikis use this file:
Usage on fr.wikipedia.org
Usage on hu.wikipedia.org
Usage on ja.wikipedia.org
Usage on pt.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.