Join us for
RADAR: AI Edition

fastmatrix (version 0.5-7721)

circulant: Form a symmetric circulant matrix

Description

Forms a symmetric circulant matrix using a backwards shift of its first column

Usage

circulant(x)

Value

A symmetric circulant matrix.

Arguments

x

the first column to form the circulant matrix.

Examples

Run this code
x <- c(2,3,5,7,11,13)
circulant(x)

Run the code above in your browser using DataLab