[NumCS] Finish zeros section, start update to linalg section

This commit is contained in:
2025-12-24 08:16:49 +01:00
parent b6011f8db4
commit aa9af8f450
6 changed files with 143 additions and 21 deletions

View File

@@ -161,6 +161,9 @@ Moral of the story: Use descriptive variable names and do NOT use $t$, $tt$, $tt
\newsection
\section{Intermezzo: Lineare Algebra}
\input{parts/04_linalg/00_intro.tex}
\input{parts/04_linalg/01_LU.tex}
\input{parts/04_linalg/02_qr.tex}
\input{parts/04_linalg/03_svd.tex}
\newsection
\section{Ausgleichsrechnung}