Secant / bisection methods

Layer 0 — Mathematicsin the numerical-analysis subtree

Secant: x_{n+1} = x_n − f(x_n)(x_n−x_{n−1})/(f(x_n)−f(x_{n−1})), φ-convergence. Bisection: linear, guaranteed.

Related concepts

Explore Secant / bisection methods on the interactive knowledge graph →