mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
fixed Aufgabe 2
This commit is contained in:
parent
5d12b1f6ba
commit
7f7b868dd2
2 changed files with 5 additions and 7 deletions
|
@ -94,7 +94,7 @@ Nun gilt: $P A = L R = A^{(1)}$ (Kontrolle mit \href{http://www.wolframalpha.com
|
|||
|
||||
\textbf{Aufgabe:} $A$ auf positive Definitheit untersuchen, ohne Eigenwerte zu berechnen.
|
||||
|
||||
\textbf{Lösung:}
|
||||
\textbf{Vorüberlegung:}
|
||||
Eine Matrix $A \in \mathbb{R}^{n \times n}$ heißt positiv Definit $\dots$
|
||||
\begin{align*}
|
||||
\dots & \Leftrightarrow \forall x \in \mathbb{R}^n: x^T A x > 0\\
|
||||
|
@ -123,10 +123,8 @@ Falls $A$ symmetrisch ist, gilt:
|
|||
\begin{align}
|
||||
l_{11} &= \sqrt{a_{11}} = 3\\
|
||||
l_{21} &= \frac{a_{21}}{l_{11}} = \frac{4}{3}\\
|
||||
l_{31} &= \frac{a_{31}}{l_{11}} = 4\\
|
||||
l_{22} &= \sqrt{a_{21} - {l_{21}}^2} = \frac{2 \sqrt{5}}{3}\\
|
||||
\dots
|
||||
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}\\
|
||||
& \Rightarrow \text{Es ex. keine Cholesky-Zerlegung, aber $A$ ist symmetrisch}\\
|
||||
& \Rightarrow \text{$A$ ist nicht pos. Definit}
|
||||
\end{align}
|
||||
|
||||
ACHTUNG: Noch nicht fertig! Irgendwo muss was negatives unter einer
|
||||
Wurzel kommen!
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue