[NumCS] Finish 6.2 and start 6.3

This commit is contained in:
2025-11-11 09:40:22 +01:00
parent 7b91173804
commit 5c23befbbb
6 changed files with 63 additions and 3 deletions

View File

@@ -132,6 +132,8 @@ Moral of the story: Use descriptive variable names and do NOT use $t$, $tt$, $tt
\input{parts/01_interpolation/02_piece-wise/01_hermite-interpolation.tex}
\input{parts/01_interpolation/02_piece-wise/02_splines.tex}
% ── quadrature ──────────────────────────────────────────────────────
\newsection
\section{Numerische Quadratur}
\input{parts/02_quadrature/00_introduction.tex}
@@ -144,10 +146,12 @@ Moral of the story: Use descriptive variable names and do NOT use $t$, $tt$, $tt
\input{parts/02_quadrature/06_reduction-of-variance.tex}
% ── Nullstellen ─────────────────────────────────────────────────────
% ── zeros ───────────────────────────────────────────────────────────
\newsection
\section{Nullstellensuche}
\input{parts/03_zeros/00_intro.tex}
\input{parts/03_zeros/01_termination-criteria.tex}
\input{parts/03_zeros/02_fix-point-iteration.tex}