-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathweek_3.tex
36 lines (30 loc) · 1.12 KB
/
week_3.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
% !TEX root = week_3.tex
\input{exercises/_common_header.tex}
\Newassociation{solution}{Solution}{week_3_solution}
\newif\ifDisplaySolutions\DisplaySolutionstrue%
\begin{document}
\title{Computational Macroeconomics\\~\\Summer 2024\\~\\Week 3}
\author{Willi Mutschler\\[email protected]}
\date{Version: 1.0\\Latest version available on: \href{https://github.com/wmutschl/Computational-Macroeconomics/releases/latest/download/week_3.pdf}{GitHub}}
\maketitle\thispagestyle{empty}
\newpage
\Opensolutionfile{week_3_solution}[week_3_solution]
\tableofcontents\thispagestyle{empty}\newpage
\setcounter{page}{1}
\input{exercises/case_study_baxter_king_figure3.tex}\newpage
\input{exercises/matlab_symbolic.tex}\newpage
\input{exercises/matrix_algebra.tex}\newpage
\input{exercises/preprocess_matlab_rbc.tex}\newpage
\appendix
\section{writeOut.m\label{app:writeOut}}
\lstinputlisting[style=Matlab-editor,basicstyle=\mlttfamily\scriptsize,title=\lstname]{progs/matlab/writeOut.m}
\printbibliography%
\newpage
\Closesolutionfile{week_3_solution}
\ifDisplaySolutions%
\newpage
\appendix
\section{Solutions}
\input{week_3_solution}
\fi
\end{document}