This commit is contained in:
2025-09-22 13:45:36 +02:00
parent 81117f37a3
commit f26be9178f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -4,7 +4,7 @@
\begin{multicols}{2}
\begin{itemize}
\item \bi{Absoluter Fehler}: $||\tilde{x} - x||$
\item \bi{Relativer Fehler}: $\displaystyle \frac{||\tilde{x} - x||}{||x||}$ für $||x|| \neq 0$
\item \bi{Relativer Fehler}: $\displaystyle \frac{||\tilde{x} - x||}{||x||}$ für $||x|| \neq 0$
\end{itemize}
\end{multicols}
wobei $\tilde{x}$ eine Approximation an $x \in \R$ ist