fixpunktiterationen
Fixpunktiterationen, also known as fixed-point iteration, is a numerical method used to find solutions to equations of the form x = g(x), where g is a given function. The method is based on the idea of iteratively applying the function g to an initial guess x₀, producing a sequence of approximations: x_{n+1} = g(x_n). Under suitable conditions, this sequence converges to a fixed point x*, satisfying x* = g(x*).
The convergence of fixpunktiterationen depends on the properties of g and the choice of the initial approximation.
This method is widely used due to its simplicity and applicability to a broad class of problems,
Enhancements to the basic fixpunktiterationen include under-relaxation and over-relaxation techniques, which modify the iterative step to
In summary, fixpunktiterationen is a fundamental iterative method for solving equations, valued for its conceptual simplicity