Toeplitz matrix Guide, Meaning , Facts, Information and Description
In the mathematical discipline of linear algebra, a Toeplitz matrix, named after Otto Toeplitz, or diagonal constant matrix is a special kind of matrix where each descending diagonal from left to right is constant.
| Table of contents |
|
2 Example 3 Properties 4 Notes 5 External link |
A mxn matrix A of the form
Generally, a matrix equation has n equations to solve, but if A is Toeplitz, then the system has only 2n-1 degrees of freedom. One could therefore expect that solution of a Toeplitz system would therefore be easier. In fact, this property can be investigated by the transformation , which has rank 2, when is the down-shift operator. Specifically, we can by simple calculation show that
These matrices have uses in computer science because it can be shown that the addition of two Toeplitz matrices can be done in O(n) time and the matrix multiplication of two Toeplitz matrices can be done in O(n log n) time. Toeplitz systems of form can be solved by Levinson recursion.
They 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.
This is an Article on Toeplitz matrix. Page Contains Information, Facts Details or Explanation Guide About Toeplitz matrix Definition
is called Toeplitz matrix. Or in other words for each entry ai,j in the matrix
Example
Properties
where empty places in the matrix are replaced by zeros.Notes
External link
Toeplitz and Circulant Matices: A Review, by R. M. Gray
