circulant matrix
A square matrix![]()
is said to be -circulant for an integer if each row other than the first is obtainedfrom the preceding row by shifting the elements cyclically g columns to the right (g¿0) or -g columns to the left (g ¡ 0).
That is, if thenwhere the subscripts are computed modulo d.A 1-circulant is commonly called a circulantand a -1-circulant is called a back circulant.
More explicitly, a matrix of the form
is called circulant.
Because the Jordan decomposition (http://planetmath.org/JordanCanonicalFormTheorem) of acirculant matrix is rather simple, circulant matrices have someinterest in connection with the approximation of eigenvalues![]()
ofmore general matrices. In particular, they have become part of thestandard apparatus in the computerized analysis of signals and images.