Circulant matrix
Encyclopedia : C : CI : CIR : Circulant matrix
In linear algebra, a circulant matrix is a special kind of Toeplitz matrix where each row vector is shifted one element to the right relative to the preceding row vector. In other words a circulant matrix is an example of a Latin square. In numerical analysis circulant matrices are important because they can be quickly solved using the discrete Fourier transform.
Definition
An [n\times n] matrix C of the form
- [C=\beginc_1 & c_2 & c_3 & \dots & c_n \\c_n & c_1 & c_2 & & c_ \\c_ & c_n & c_1 & & c_ \\\vdots & & & \ddots & \vdots \\c_2 & c_3 & c_4 & \dots & c_1\end]
Properties
Circulant matrices form an algebra, since for any two given circulant matrices A and B, the sum A + B is circulant, the product AB is circulant, and [AB = BA].
The matrix of eigenvectors of a circulant matrix is the matrix of the discrete Fourier transform of same dimension. Consequently, the eigenvalues of a circulant matrix can be readily calculated by the Fast Fourier transform (FFT).
Solving linear equations with circulant matrices
Given a matrix equation
- [\mathbf \mathbf = \mathbf]
- [\mathbf * \mathbf = \mathbf]
- [\mathcal_(\mathbf * \mathbf) = \mathcal_(\mathbf) \mathcal_(\mathbf) = \mathcal_(\mathbf)]
- [\mathbf = \mathcal_^ \left [ left (frac_n(mathbf))_}_n(mathbf))_} right )_}right ].]
Application in graph theory
In graph theory, a graph or digraph whose adjacency matrix is circulant is called a circulant graph (or digraph). Equivalently, a graph is circulant if its automorphism group contains a full-length cycle.
External link
From Wikipedia, the Free Encyclopedia. Original article here. Support Wikipedia by contributing or donating.
All text is available under the terms of the GNU Free Documentation License See Wikipedia Copyrights for details.
