[Analysis] ODE

This commit is contained in:
RobinB27
2025-12-29 12:08:03 +01:00
parent 2151deb491
commit 41b9138939
5 changed files with 237 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
\documentclass[a4paper,10pt]{article}
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
\input{util/setup.tex}
\input{util/helpers.tex}
\title{Analysis I}
\author{Robin Bacher}
\date{FS 2025}
\begin{document}
\section{Differential Equations}
\input{parts/01_diffeq.tex}
\end{document}