[Analysis] Diff. Calc.

This commit is contained in:
RobinB27
2026-01-05 15:23:03 +01:00
parent 8e89301a0a
commit 4ab99ae887
7 changed files with 174 additions and 7 deletions

View File

@@ -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}$