aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex
diff options
context:
space:
mode:
authorAyexor <9105454+Ayexor@users.noreply.github.com>2021-08-27 18:09:54 +0200
committerGitHub <noreply@github.com>2021-08-27 18:09:54 +0200
commit2b2c5daa139aec08d091b658ad6191d6e57024ef (patch)
tree2c8f3fc7017394746d8e4f92a358e2a11015e072 /buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex
parentAnpassungen nach Mail (diff)
parentnew image: tetraeder (diff)
downloadSeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.tar.gz
SeminarMatrizen-2b2c5daa139aec08d091b658ad6191d6e57024ef.zip
Merge branch 'master' into master
Diffstat (limited to 'buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex')
-rw-r--r--buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex b/buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex
new file mode 100644
index 0000000..038e93e
--- /dev/null
+++ b/buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex
@@ -0,0 +1,33 @@
+% polynome1
+%-------------------
+\documentclass[tikz]{standalone}
+\usepackage{amsmath}
+\usepackage{times}
+\usepackage{txfonts}
+\usepackage{pgfplots}
+\usepackage{csvsimple}
+\usetikzlibrary{arrows,intersections,math}
+\newcommand{\teiler}{40}
+\begin{document}
+
+
+\begin{tikzpicture}[>=latex,thick]
+
+ \begin{axis}[
+ axis lines = left,
+ xlabel = \(x\),
+ ylabel = {\(f(x)\)},
+ ]
+ %Below the red parabola is defined
+ \addplot[
+ color=blue,
+ ]
+ coordinates {
+ (0,23.1)(10,27.5)(20,32)(30,37.8)(40,44.6)(60,61.8)(80,83.8)(100,114)
+ };
+ %Here the blue parabola is defined
+
+ \end{axis}
+\end{tikzpicture}
+\end{document}
+