Toeplitz matrix

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Luckas-bot (talk | contribs) at 09:07, 13 July 2010 (robot Adding: nl:Toeplitz-matrix). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In the mathematical discipline of linear algebra, a Toeplitz matrix or diagonal-constant matrix, named after Otto Toeplitz, is a matrix in which each descending diagonal from left to right is constant. For instance, the following matrix is a Toeplitz matrix:

Any n×n matrix A of the form

is a Toeplitz matrix. If the i,j element of A is denoted Ai,j, then we have

Properties

Generally, a matrix equation

is the general problem of n linear simultaneous equations to solve. If A is an Toeplitz matrix, then the system is rather special (has only m+n-1 degrees of freedom, rather than m n). One could therefore expect that solution of a Toeplitz system would be easier.

This can be investigated by the transformation

which has rank 2, where is the down-shift operator. Specifically, one can by simple calculation show that

where empty places in the matrix are zeros.

Discrete convolution

The convolution operation can be constructed as a matrix multiplication, where one of the inputs is converted into a Toeplitz matrix. For example, the convolution of and can be formulated as:

This approach can be extended to compute autocorrelation, cross-correlation, moving average etc.

Notes

Two Toeplitz matrices may be added in O(n) time. A Toeplitz matrix can be multiplied by a vector in O(n log n) time, and the matrix multiplication of two Toeplitz matrices can be done in O() time.

Toeplitz systems of form can be solved by the Levinson-Durbin Algorithm in Θ() time. Variants of this algorithm have been shown to be weakly stable (i.e., they exhibit numerical stability for well-conditioned linear systems).[1]

Toeplitz matrices are also closely connected with Fourier series, because the multiplication operator by a trigonometric polynomial, compressed to a finite-dimensional space, can be represented by such a matrix.

If a Toeplitz matrix has the additional property that , then it is a circulant matrix.

Toeplitz matrices are persymmetric. Symmetric Toeplitz matrices are both centrosymmetric and bisymmetric.

All Toeplitz matrices commute asymptotically. This means they diagonalize in the same basis when the row and column dimension tends to infinity.

See also

Notes

  1. ^ Krishna, H. (1993). "The Split Levinson Algorithm is Weakly Stable". SIAM Journal on Numerical Analysis. 30 (5): 1498–1508. doi:10.1137/0730078. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)

External links