summaryrefslogtreecommitdiff
path: root/exercise05/exercise05.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-07-09 09:12:00 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 22:44:39 +0100
commit85523788ba709bf2d8efb7185e03cb413d3a9e08 (patch)
tree5ffa6d1983da49ef024a67403e52b54cb847dd1f /exercise05/exercise05.tex
parent1c504258ab54cbca622794fec75680003c7e64ab (diff)
downloaddcs-lecture-notes-85523788ba709bf2d8efb7185e03cb413d3a9e08.zip
dcs-lecture-notes-85523788ba709bf2d8efb7185e03cb413d3a9e08.tar.gz
dcs-lecture-notes-85523788ba709bf2d8efb7185e03cb413d3a9e08.tar.bz2
Correction of Exercise 5.4 f
Diffstat (limited to 'exercise05/exercise05.tex')
-rw-r--r--exercise05/exercise05.tex11
1 files changed, 5 insertions, 6 deletions
diff --git a/exercise05/exercise05.tex b/exercise05/exercise05.tex
index c3a05ca..cbebde2 100644
--- a/exercise05/exercise05.tex
+++ b/exercise05/exercise05.tex
@@ -446,8 +446,8 @@
%ytick={0},
]
\addplot[red] coordinates {(0,1) (2,1)};
- \addplot[red] coordinates {(2,0) (6,0)};
- \addplot[red] coordinates {(6,-1) (8,-1)};
+ \addplot[red] coordinates {(2,-1) (4,-1)};
+ \addplot[red] coordinates {(4,0) (8,0)};
\draw[dashed] (axis cs:2,-1.6) -- (axis cs:2,1.2);
\draw[dashed] (axis cs:4,-1.6) -- (axis cs:4,1.2);
@@ -494,10 +494,9 @@
xticklabels={0, 40, 80, 120, 160},
%ytick={0},
]
- \addplot[red] coordinates {(0,0) (2,0)};
- \addplot[red] coordinates {(2,-1) (4,-1)};
- \addplot[red] coordinates {(4,1) (6,1)};
- \addplot[red] coordinates {(6,0) (8,0)};
+ \addplot[red] coordinates {(0,0) (4,0)};
+ \addplot[red] coordinates {(4,-1) (6,-1)};
+ \addplot[red] coordinates {(6,1) (8,1)};
\draw[dashed] (axis cs:2,-1.6) -- (axis cs:2,1.2);
\draw[dashed] (axis cs:4,-1.6) -- (axis cs:4,1.2);