Fixed-point iteration rewrites an equation as x = g(x) and repeatedly evaluates the mapping. Convergence near a fixed point depends strongly on the chosen rearrangement, commonly requiring the local magnitude of g'(x) to remain below one.
Fixed-Point Iteration Calculator applies this concept to its defined inputs and workflow. It repeatedly applies a user-entered g(x) and optionally evaluates f(x) at each iterate so you can compare update convergence with equation residual.
The calculator evaluates safe g(x) expression, optional f(x), and initial guess and returns fixed point estimate, iteration table, and convergence visual using the stated method. The selected units and sign or reference conventions must describe one consistent physical case. Users should interpret the output within the assumptions shown on the page and repeat the check with trusted reference values when the result affects engineering or research decisions. Convergence depends on g(x), not only on f(x).