images/beispiel-biton-?.tex: Added images of sample bitonic sequences.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 25 Mar 2009 12:50:44 +0000 (13:50 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 25 Mar 2009 12:50:44 +0000 (13:50 +0100)
images/beispiel-biton-0.tex [new file with mode: 0644]
images/beispiel-biton-1.tex [new file with mode: 0644]
images/beispiel-biton-2.tex [new file with mode: 0644]
images/beispiel-biton-3.tex [new file with mode: 0644]

diff --git a/images/beispiel-biton-0.tex b/images/beispiel-biton-0.tex
new file mode 100644 (file)
index 0000000..870ea20
--- /dev/null
@@ -0,0 +1,8 @@
+\begin{tikzpicture}[scale=0.35,auto]
+
+\path[draw,->] (-.5,0) -- (10,0);
+\path[draw,->] (0,-5) -- (0,5);
+\path[draw,-,thick] (0,0) -- (5,5) -- (9.5,.5);
+
+\end{tikzpicture}
+
diff --git a/images/beispiel-biton-1.tex b/images/beispiel-biton-1.tex
new file mode 100644 (file)
index 0000000..0bd2693
--- /dev/null
@@ -0,0 +1,8 @@
+\begin{tikzpicture}[scale=0.35,auto]
+
+\path[draw,->] (-.5,0) -- (10,0);
+\path[draw,->] (0,-5) -- (0,5);
+\path[draw,-,thick] (0,0) -- (5,-5) -- (9.5,-.5);
+
+\end{tikzpicture}
+
diff --git a/images/beispiel-biton-2.tex b/images/beispiel-biton-2.tex
new file mode 100644 (file)
index 0000000..49de12a
--- /dev/null
@@ -0,0 +1,7 @@
+\begin{tikzpicture}[scale=0.35,auto]
+
+\path[draw,->] (-.5,0) -- (10,0);
+\path[draw,->] (0,-5) -- (0,5);
+\path[draw,-,thick] (0,0) -- (2.5,2.5) -- (7.5,-2.5) -- (9.5,-.5);
+
+\end{tikzpicture}
diff --git a/images/beispiel-biton-3.tex b/images/beispiel-biton-3.tex
new file mode 100644 (file)
index 0000000..d425a52
--- /dev/null
@@ -0,0 +1,7 @@
+\begin{tikzpicture}[scale=0.35,auto]
+
+\path[draw,->] (-.5,0) -- (10,0);
+\path[draw,->] (0,-5) -- (0,5);
+\path[draw,-,thick] (0,0) -- (2.5,-2.5) -- (7.5,2.5) -- (9.5,.5);
+
+\end{tikzpicture}