-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes.tex
63 lines (52 loc) · 1.42 KB
/
notes.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
\documentclass[11pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{enumitem}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{biblatex}
\usepackage[makeroom]{cancel}
\date{\today\\\vspace*{2em}\emph{Mostly unreviewed} notes for Dr. Bolognani's class: reviewed notes are explicitly marked. Use at own risk!}
\title{227-0216-00L: Computational Control FS2023}
\author{Michele Zaffalon\\Bruker BioSpin AG}
\newcommand{\du}{\ensuremath{\mathrm{d}}}
\newcommand{\bs}[1]{\boldsymbol{#1}}
\newcommand{\bsg}{\bs{\mathrm{g}}}
\newcommand{\bsM}{\bs{\mathrm{M}}}
\newcommand{\bsu}{\bs{\mathrm{u}}}
\newcommand{\bsv}{\bs{\mathrm{v}}}
\newcommand{\bsx}{\bs{\mathrm{x}}}
\newcommand{\bsy}{\bs{\mathrm{y}}}
\newcommand{\bsw}{\bs{\mathrm{w}}}
\newcommand{\bsz}{\bs{\mathrm{z}}}
\newcommand{\rank}{\textrm{rank}}
\newtheorem{theorem}{Theorem}
\theoremstyle{definition}
\newtheorem{definition}{Definition}[section]
\newtheorem{example}{Example}[section]
\addbibresource{notes.bib}
\begin{document}
\maketitle
\tableofcontents
%\setcounter{chapter}{1}
\include{lqr}
\include{mpc}
\include{economic-mpc}
\include{robust-mpc}
\include{identification}
\include{deepc}
\include{markov}
\include{MC}
\include{RL}
\include{misc}
\include{references}
\printbibliography
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: