Forms a symmetric circulant matrix using a backwards shift of its first column
circulant(x)
A symmetric circulant matrix.
the first column to form the circulant matrix.
x <- c(2,3,5,7,11,13)
circulant(x)
Run the code above in your browser using DataLab