Sequence transformation explained

In mathematics, a sequence transformation is an operator acting on a given space of sequences (a sequence space). Sequence transformations include linear mappings such as discrete convolution with another sequence and resummation of a sequence and nonlinear mappings, more generally. They are commonly used for series acceleration, that is, for improving the rate of convergence of a slowly convergent sequence or series. Sequence transformations are also commonly used to compute the antilimit of a divergent series numerically, and are used in conjunction with extrapolation methods.

Classical examples for sequence transformations include the binomial transform, Möbius transform, and Stirling transform.

Definitions

For a given sequence

(sn)n\in\N,

and a sequence transformation

T,

the sequence resulting from transformation by

T

is

T((sn))=(s'n)n\in\N,

where the elements of the transformed sequence are usually computed from some finite number of members of the original sequence, for instance

sn'=Tn(sn,sn+1

,...,s
n+kn

)

for some natural number

kn

for each

n

and a multivariate function

Tn

of

kn+1

variables for each

n.

See for instance the binomial transform and Aitken's delta-squared process. In the simplest case the elements of the sequences, the

sn

and

s'n

, are real or complex numbers. More generally, they may be elements of some vector space or algebra.

If the multivariate functions

Tn

are linear in each of their arguments for each value of

n,

for instance if

s'n=\sum

kn
m=0

cn,msn+m

for some constants

kn

and

cn,0

,...,c
n,kn
for each

n,

then the sequence transformation

T

is called a linear sequence transformation. Sequence transformations that are not linear are called nonlinear sequence transformations.

In the context of series acceleration, when the original sequence

(sn)

and the transformed sequence

(s'n)

share the same limit

\ell

as

ninfty,

the transformed sequence is said to have a faster rate of convergence than the original sequence if

\limn\toinfty

s'n-\ell
sn-\ell

=0.

\ell

.

Examples

The simplest examples of sequence transformations include shifting all elements by an integer

k

that does not depend on

n,

s'n=sn+k

if

n+k\geq0

and 0 otherwise, and scalar multiplication of the sequence some constant

c

that does not depend on

n,

s'n=csn.

These are both examples of linear sequence transformations.

Less trivial examples include the discrete convolution of sequences with another reference sequence. A particularly basic example is the difference operator, which is convolution with the sequence

(-1,1,0,\ldots)

and is a discrete analog of the derivative; technically the shift operator and scalar multiplication can also be written as trivial discrete convolutions. The binomial transform and the Stirling transform are two linear transformations of a more general type.

An example of a nonlinear sequence transformation is Aitken's delta-squared process, used to improve the rate of convergence of a slowly convergent sequence. An extended form of this is the Shanks transformation. The Möbius transform is also a nonlinear transformation, only possible for integer sequences.

See also

References

External links