Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > 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.  »
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team