powered by
Forms a symmetric Toeplitz matrix given its first row.
toeplitz(x)
the first row to form the Toeplitz matrix.
The Toeplitz matrix.
x <- 1:5 toeplitz (x)
Run the code above in your browser using DataLab