mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-13 02:38:25 +00:00
[Analysis] Diff. Calc.
This commit is contained in:
@@ -19,4 +19,15 @@ Relevant definitions used throughout Analysis II.
|
||||
$
|
||||
\end{center}
|
||||
|
||||
\definition \textbf{Definiteness}
|
||||
\begin{center}
|
||||
$
|
||||
\begin{array}{lcl}
|
||||
\text{Positive Definite} &\iffdef& x^\top \textbf{A} x > 0\ \forall x \in \R^n_{\neq 0} \\
|
||||
\text{Negative Definite} &\iffdef& x^\top \textbf{A} x < 0\ \forall x \in \R^n_{\neq 0}
|
||||
\end{array}
|
||||
$
|
||||
\end{center}
|
||||
\smalltext{If $0$ is allowed, $\textbf{A}$ is called positive/negative semi-definite.}
|
||||
|
||||
\definition \textbf{Trace} $\text{Tr}(\textbf{A}) := \displaystyle\sum_{i=0}^{\text{min}(m,n)} \textbf{A}_{i, i}$
|
||||
|
||||
Reference in New Issue
Block a user