# Series Approximation
Series approximation depends on Perturbation.
The perturbed deltas are polynomial series in
.
Define the coeffecients
of the polynomials for each delta:
Some boring algebraic
manipulation gives the iterations for the first few coefficients of
:
and similarly for the
coefficients of
:
The coefficients are
independent of
so the same coefficients can be used for many points in an image, and
when
is small the sum can be approximated by truncating to the first few
terms. However, the coefficients grow quickly as
increases, which limits how long the per-reference approximation remains
valid, after which we have to switch back to per-point delta
iteration.
See K. I.
Martin “SuperFractalThing Maths” (2013), Simpler
series approximation (2016), Code
generation for series approximation (2016).