2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Jonas Haag 2013-09-19 12:31:27 +02:00
parent 01697e000d
commit 3092b8a723

View file

@ -97,7 +97,7 @@ Nun gilt: $P A = L R = A^{(1)}$ (Kontrolle mit \href{http://www.wolframalpha.com
\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\\
\dots & \Leftrightarrow \forall x \in \mathbb{R}^n, x \neq 0: x^T A x > 0\\
& \Leftrightarrow \text{Alle Eigenwerte sind größer als 0}
\end{align*}