|
SOLUTIONS
|
Mathematica
>
Mathematics and Algorithms
>
Matrices and Linear Algebra
>
Constructing Matrices
>
ToeplitzMatrix
BUILT-IN MATHEMATICA SYMBOL
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
,
, ....
ToeplitzMatrix[{c1, c2, ..., cm}, {r1, r2, ..., rn}]
gives the Toeplitz matrix with elements
down the first column, and
across the first row.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



