diff --git a/Notes/Semester 3/HM1 - Höhere Mathematik/Zusammenfassung.md b/Notes/Semester 3/HM1 - Höhere Mathematik/Zusammenfassung.md
index ed9ec43..ee35ced 100644
--- a/Notes/Semester 3/HM1 - Höhere Mathematik/Zusammenfassung.md	
+++ b/Notes/Semester 3/HM1 - Höhere Mathematik/Zusammenfassung.md	
@@ -1660,6 +1660,7 @@ def vectorIteration(A, v, iterations = 10):
   - $x$: Darzustellender Wert
   - $x_n$: Die $n$-te Approximation von $x$
   - $\tilde{x}$: Approximation/Annäherung an $x$
+  - $\overline{x}$: Exaktes Ergebnis von $x$
   - $x^{(k)}$: Die Annäherung von $x$ in der $k$-ten Iteration
   - $\lambda$: Eigenwert einer Matrix
   - $\rho(A)$: Spektral-Radius der Matrix $A$ (siehe Vektor-Iteration)