[NumCS] Catch up to current state

This commit is contained in:
2025-09-30 18:53:42 +02:00
parent defc886090
commit 0533879054
12 changed files with 270 additions and 19 deletions

View File

@@ -58,13 +58,17 @@
% ────────────────────────────────────────────────────────────────────
% ╭────────────────────────────────────────────────╮
% │ Introduction │
% ╰────────────────────────────────────────────────╯
\newpage
\setcounter{section}{-1}
\section{Introduction}
This summary is intended to give you a broad overview of the topics relevant for the exam and is not intended to serve as a full on replacement for the script.
We have decided to write it in German, as is the new script and for some of the topics that are poorly explained in the script, we have added further explanations.
The numbering should match the script's numbering exactly, making it easier for you to look up the relevant definitions, theorems, etc in context in the script.
The numbering should match the script's numbering exactly (apart from the cases where two definitions were combined due to being closely related and short), making it easier for you to look up the relevant definitions, theorems, etc in context in the script.
% ────────────────────────────────────────────────────────────────────
@@ -82,18 +86,17 @@ The numbering should match the script's numbering exactly, making it easier for
% ── polynomial interpolation ────────────────────────────────────────
\newsection
\section{Polynomiale Interpolation}
\section{Polynominterpolation}
\input{parts/01_interpolation/00_polynomial/00_intro.tex}
\input{parts/01_interpolation/00_polynomial/01_monome.tex}
\input{parts/01_interpolation/00_polynomial/02_newton-basis.tex}
\input{parts/01_interpolation/00_polynomial/03_lagrange-and-barzycentric-formula.tex}
\input{parts/01_interpolation/00_polynomial/04_chebychev-interpolation.tex}
\input{parts/01_interpolation/00_polynomial/04_chebyshev-interpolation.tex}
% ── trigonometric interpolation ─────────────────────────────────────
\newsection
\section{Trigonometrische Interpolation}
\input{parts/01_interpolation/01_trigonometric/00_intro.tex}
\input{parts/01_interpolation/01_trigonometric/00_fourier.tex}
\end{document}