Rdocumentation
powered by
Learn R Programming
stats (version 3.4.0)
toeplitz: Form Symmetric Toeplitz Matrix
Description
Forms a symmetric Toeplitz matrix given its first row.
Usage
toeplitz(x)
Arguments
x
the first row to form the Toeplitz matrix.
Value
The Toeplitz matrix.
Examples
Run this code
x <- 1:
5
toeplitz (x)
Run the code above in your browser using
DataLab