Fix broken formula
This commit is contained in:
parent
06527f8d95
commit
2a29ba4b87
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ Das Gauss-Seidel-Verfahren wird auch **Einzelschrittverfahren** genannt.
|
|||
|
||||
***Gauss-Seidel-Verfahren:***
|
||||
|
||||
$$x^(k+1) = -(D + L)^{-1} \cdot R \cdot x^{(k)} + (D + L)^{-1} \cdot b$$
|
||||
$$x^{(k+1)} = -(D + L)^{-1} \cdot R \cdot x^{(k)} + (D + L)^{-1} \cdot b$$
|
||||
|
||||
Für die Berechnung einzelner Vektor-Komponente wiederum:
|
||||
|
||||
|
|
Loading…
Reference in a new issue