[NumCS] Finish householder and givens

This commit is contained in:
2025-12-29 08:55:47 +01:00
parent 259fa8459d
commit 7c05d155cd
11 changed files with 64 additions and 58 deletions

View File

@@ -43,6 +43,7 @@ Wenn sie zudem normiert sind (also $||q_i||_2 = 1 \smallhspace \forall i \leq n$
\drmvspace
\shade{gray}{Perturbierte LGS}
\setLabelNumber{all}{18}
Statt $Ax = b$ ist das LGS ungenau gegeben: $(A + \Delta A)(\tilde{x} - x) = \Delta b - \Delta Ax$.
@@ -79,7 +80,6 @@ Passen oft nicht (direkt) in den Speicher: effizientere Speicherung nötig, mög
% TODO: Update with notes from TA and script
\textbf{Dünnbesetzte Matrizen}
$\text{nnz}(A) := |\{ (i,j) \ |\ a_{ij} \in A, a_{ij} \neq 0 \}| \ll m\cdot n$
$\limit{l}{\infty} \frac{\text{nnz}(A^{(l)})}{n_l m_l} = 0$