summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-26 01:47:58 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:31:57 +0100
commit98a54697eb61f8737fcbf71e6f053008f691298b (patch)
tree6fbfdb624b755f5417d16439b44723860741ea32 /main
parent7ee3734d2c2239ba125d37eaea2a5badc0ea0ed9 (diff)
downloaddcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.zip
dcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.tar.gz
dcs-lecture-notes-98a54697eb61f8737fcbf71e6f053008f691298b.tar.bz2
Exercise 3 completed
Diffstat (limited to 'main')
-rw-r--r--main/DCS.tex2
-rw-r--r--main/exercise03.tex74
2 files changed, 75 insertions, 1 deletions
diff --git a/main/DCS.tex b/main/DCS.tex
index 111ae1b..6ec2dd8 100644
--- a/main/DCS.tex
+++ b/main/DCS.tex
@@ -81,7 +81,7 @@
\input{../chapter03/content_ch03.tex}
\clearpage
-%\input{../exercise03/exercise03.tex}
+\input{../exercise03/exercise03.tex}
\clearpage
\input{../chapter04/content_ch04.tex}
diff --git a/main/exercise03.tex b/main/exercise03.tex
new file mode 100644
index 0000000..1097d0b
--- /dev/null
+++ b/main/exercise03.tex
@@ -0,0 +1,74 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2020 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Exercise}
+\def\thesubtitle{Chapter 3: Stochastic and Deterministic Processes}
+\def\therevision{1}
+\def\therevisiondate{2020-05-26}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Header
+\input{../common/settings.tex}
+
+\begin{document}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Title Page
+\pagenumbering{Alph}
+\pagestyle{empty}
+
+% Title Page
+\input{../common/titlepage.tex}
+\newpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Preface
+\pagenumbering{arabic}
+\pagestyle{headings}
+
+% Inhaltsverzeichnis
+%\tableofcontents
+%\newpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Content
+
+\setcounter{chapter}{3}
+
+\input{../exercise03/exercise03.tex}
+\clearpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+\chapter{Solutions}
+
+\printsolutions
+\clearpage
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}