[AMR] Many learnings from exercises

This commit is contained in:
2026-08-03 15:50:56 +02:00
parent d50e6bd547
commit a106331872
21 changed files with 81 additions and 38 deletions
@@ -6,3 +6,5 @@
\shortdefinition[Vec Line Eq] $\vec{p} + \lambda \vec{d}$
\shortdefinition[Determinant] $ad - bc$ for mat $[a, b; c, d]$
\shortdefinition[Eigenvalues] Solve $\det(M - \lambda I) = 0$
@@ -1,4 +1,4 @@
\subsection{Error Propagation}
\label{sec:error-propagation}
For functions $\vec{f}(\vec{x}) = \mat{A}\vec{x}$, the \bi{linear error propagation}
is given by $\Sigma^f = A \Sigma^x \A^\top$, with $\Sigma^x$ the uncertanty of $\vec{x}$ (covariance mat.)
is given by $\Sigma^f = A \Sigma^x A^\top$, with $\Sigma^x$ the uncertanty of $\vec{x}$ (covariance mat.)