[NumCS] Chapter 2.3 done

This commit is contained in:
2025-09-30 16:04:57 +02:00
parent 19b2186cff
commit defc886090
6 changed files with 123 additions and 17 deletions

View File

@@ -57,6 +57,16 @@
\printtoc{ForestGreen}
% ────────────────────────────────────────────────────────────────────
\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.
% ────────────────────────────────────────────────────────────────────
% ╭────────────────────────────────────────────────╮
@@ -76,7 +86,7 @@
\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_barzycentric-formula.tex}
\input{parts/01_interpolation/00_polynomial/03_lagrange-and-barzycentric-formula.tex}
\input{parts/01_interpolation/00_polynomial/04_chebychev-interpolation.tex}