Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Matrices and Linear Algebra > Constructing Matrices >

ToeplitzMatrix

ToeplitzMatrix[n]
gives the n×n Toeplitz matrix with first row and first column being successive integers.
ToeplitzMatrix[{c1, c2, ..., cn}]
gives the Toeplitz matrix whose first column consists of elements c1, c2, ....
ToeplitzMatrix[{c1, c2, ..., cm}, {r1, r2, ..., rn}]
gives the Toeplitz matrix with elements ci down the first column, and ri across the first row.
  • The element r1 must be the same as c1.  »
4×4 Toeplitz matrix:
Toeplitz matrix with first column {c1, ...} and first row {c1, r2, ...}:
4×4 Toeplitz matrix:
In[1]:=
Click for copyable input
Out[1]//MatrixForm=
 
In[1]:=
Click for copyable input
Out[1]//MatrixForm=
 
Toeplitz matrix with first column {c1, ...} and first row {c1, r2, ...}:
In[1]:=
Click for copyable input
Out[1]//MatrixForm=
Machine-number Toeplitz matrix:
20-digit-precision Toeplitz matrix:
Toeplitz matrices with complex entries:
Nonsquare Toeplitz matrices:
A common symbolic notation for Toeplitz matrices:
Size-20 Toeplitz matrix:
ToeplitzMatrix[{c1, c2, ...}] is Hermitian if c1 is real:
t has all real eigenvalues:
t is diagonalizable by a unitary matrix:
ToeplitzMatrix[c, r] is a circulant matrix when r=RotateRight[Reverse[c]]:
The eigenvalues v can be found from:
t=F.Lambda.F^ where F is the Fourier matrix and Lambda is DiagonalMatrix[v]:
HankelMatrix and ToeplitzMatrix are related by reversed identity matrix:
When r1 is not the same as c1, the value of c1 is used and r1 ignored:
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team