diff options
author | JODBaer <JODBaer@github.com> | 2021-07-21 15:17:21 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-07-21 15:17:21 +0200 |
commit | c8ac17e1f78eca79d8a2a62d0567f5ee02f4575c (patch) | |
tree | 326f1d887815555b191e9e1765ce1b0c5f94d5c8 /buch/papers/reedsolomon/RS presentation | |
parent | minor changes (diff) | |
download | SeminarMatrizen-c8ac17e1f78eca79d8a2a62d0567f5ee02f4575c.tar.gz SeminarMatrizen-c8ac17e1f78eca79d8a2a62d0567f5ee02f4575c.zip |
update
Diffstat (limited to 'buch/papers/reedsolomon/RS presentation')
-rw-r--r-- | buch/papers/reedsolomon/RS presentation/images/polynom1 - Kopie.tex | 33 |
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} + |