mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 08:48:25 +00:00
[NumCS] Finish householder and givens
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user