diff options
author | JODBaer <JODBaer@github.com> | 2021-07-28 17:52:37 +0200 |
---|---|---|
committer | JODBaer <JODBaer@github.com> | 2021-07-28 17:52:37 +0200 |
commit | 5daff6cc906d9abb2a913569588a0666b4d53b4a (patch) | |
tree | c51ce52c3cf2857f3bd3e8c5e9d5a4e12eb88131 /buch/papers/reedsolomon/tikz | |
parent | save (diff) | |
download | SeminarMatrizen-5daff6cc906d9abb2a913569588a0666b4d53b4a.tar.gz SeminarMatrizen-5daff6cc906d9abb2a913569588a0666b4d53b4a.zip |
rewrite some texts
Diffstat (limited to 'buch/papers/reedsolomon/tikz')
-rw-r--r-- | buch/papers/reedsolomon/tikz/polynom2.tex | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/buch/papers/reedsolomon/tikz/polynom2.tex b/buch/papers/reedsolomon/tikz/polynom2.tex index 456e067..47dc679 100644 --- a/buch/papers/reedsolomon/tikz/polynom2.tex +++ b/buch/papers/reedsolomon/tikz/polynom2.tex @@ -29,9 +29,14 @@ \def\hellpunkt#1{ \fill[color=lightgray] #1 circle[radius=0.08]; - \draw #1 circle[radius=0.07]; + \draw[gray] #1 circle[ radius=0.07]; } + \draw[color=gray,line width=1pt,dashed] + plot[domain=0.5:7, samples=100] + ({\x},{(7.832*\x^2-51.5*\x+121.668)/\teiler}); + + \punkt{(1,8/\teiler)} \hellpunkt{(2,15/\teiler)} \hellpunkt{(3,26/\teiler)} @@ -40,9 +45,7 @@ \punkt{(6,83/\teiler)} \punkt{(7,110/\teiler)} - \draw[color=gray,line width=1pt,dashed] - plot[domain=0.5:7, samples=100] - ({\x},{(7.832*\x^2-51.5*\x+121.668)/\teiler}); + \def\erpunkt#1{ \fill[color=red] #1 circle[radius=0.08]; |