aitken.RdAitken's acceleration method.
aitken(f, x0, nmax = 12, tol = 1e-8, ...)Aitken's acceleration method, or delta-squared process, is used for accelerating the rate of convergence of a sequence (from linear to quadratic), here applied to the fixed point iteration scheme of a function.
The fixpoint (as found so far).
Quarteroni, A., and F. Saleri (2006). Scientific Computing with Matlab and Octave. Second Edition, Springer-Verlag, Berlin Heidelberg.
Sometimes used to accerate Newton-Raphson (Steffensen's method).