[NumCS] Start new section

This commit is contained in:
2025-12-19 10:06:18 +01:00
parent 48b1d011ee
commit 25ecadb805
8 changed files with 10 additions and 0 deletions

Binary file not shown.

View File

@@ -163,4 +163,10 @@ Moral of the story: Use descriptive variable names and do NOT use $t$, $tt$, $tt
\section{Intermezzo: Lineare Algebra}
\input{parts/04_linalg/00_intro.tex}
\newsection
\section{Ausgleichsrechnung}
\input{parts/05_curve-fitting/00_intro.tex}
\input{parts/05_curve-fitting/01_linear/00_intro.tex}
\end{document}

View File

@@ -0,0 +1,3 @@
Der Begriff ``Ausgleichsrechnung'' mag vielleicht nicht bekannt sein, jedoch macht die Englische Übersetzung klar, was der Inhalt dieses Abschnitts ist: \bi{Curve Fitting}.
Wir werden also (unter anderem) Least-Squares-Probleme behandeln

View File

@@ -0,0 +1 @@
\subsection{Lineare Ausgleichsrechnung}