Scilab Function

toeplitz - toeplitz matrix

Calling Sequence

A=toeplitz(c [,r])

Parameters

Description

returns the Toeplitz matrix whose first row is r and first column is c. c(1) must be equal to r(1). toeplitz(c) returns the symmetric Toeplitz matrix.

Examples

See Also