Gauß-Seidel Algorithmus js
Javascript Example to
Gauß-Seidel/Jacobi Iteration lineare Gleichungssysteme
The Jacobi algorithm defines a new variable x and calculates the components with the predecessor variable.
The Gauß-Seidel algorithm calculates the components on the same input variable, includes the results inside the components loop (j-loop)
Beispiel mit TabKalk
Gauß-Seidel GoogleTab