mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 13:58:05 +02:00
Merge pull request #24 from steohan/patch-1
Fehlerhafte Berechnung von l_22 behoben.
This commit is contained in:
commit
3f9b3fbc9a
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ Falls $A$ symmetrisch ist, gilt:
|
|||
l_{11} &= \sqrt{a_{11}} = 3\\
|
||||
l_{21} &= \frac{a_{21}}{l_{11}} = \frac{4}{3}\\
|
||||
l_{31} &= \frac{a_{31}}{l_{11}} = \frac{12}{3} = 4\\
|
||||
l_{22} &= \sqrt{a_{21} - {l_{21}}^2} = \sqrt{\frac{4}{3} - \frac{16}{9}}= \sqrt{-\frac{4}{9}} \notin \mathbb{R}\\
|
||||
l_{22} &= \sqrt{a_{22} - {l_{21}}^2} = \sqrt{1 - \frac{16}{9}}= \sqrt{-\frac{7}{9}} \notin \mathbb{R}\\
|
||||
& \Rightarrow \text{Es ex. keine Cholesky-Zerlegung, aber $A$ ist symmetrisch}\\
|
||||
& \Rightarrow \text{$A$ ist nicht pos. Definit}
|
||||
\end{align}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue