Add remark on overlined x

This commit is contained in:
Manuel Thalmann 2023-01-15 17:20:48 +01:00
parent dc34354dc8
commit c4b5e844c0

View file

@ -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)