Undergrad Eigenvalues of Circulant matrices

Click For Summary
SUMMARY

The discussion focuses on the eigenvalues of circulant matrices, specifically how they relate to roots of unity. It establishes that any circulant matrix can be expressed as a sum involving a permutation matrix, denoted as ##\mathbf P##, which is unitarily diagonalizable and has eigenvalues of magnitude 1. The key insight is that ##\mathbf P## serves as a Companion matrix associated with the polynomial ##p(x) = x^n - 1##, leading to its eigenvalues being the nth roots of unity. This relationship is crucial for understanding the properties of circulant matrices.

PREREQUISITES
  • Understanding of circulant matrices
  • Familiarity with eigenvalues and eigenvectors
  • Knowledge of permutation matrices
  • Basic concepts of unitary diagonalization
NEXT STEPS
  • Study the properties of circulant matrices in detail
  • Learn about the discrete Fourier transform and its applications
  • Explore the concept of Companion matrices and their characteristics
  • Investigate the significance of roots of unity in linear algebra
USEFUL FOR

Mathematicians, data scientists, and engineers interested in linear algebra, particularly those working with matrix theory and its applications in signal processing and systems analysis.

mr.tea
Messages
101
Reaction score
12
Hi,
I am studying about circulant matrices, and I have seen that one of the properties of such matrices is the eigenvalues which some combinations of roots of unity.

I am trying to understand why it is like that. In all the places I have searched they just show that it is true, but I would like to know how(obviously it's not a guess...).

Thank you.
 
Physics news on Phys.org
It isn't clear what "how" means in this context but I'll give this a shot.

I assume all matrices are ##n## x## n##

note that any circulant matrix ##\mathbf S## can be written as follows

##\mathbf S = \sum_{k=0}^{n-1} s_k \mathbf P^k##
(you should check this for yourself)

where

##\mathbf P = \begin{bmatrix}
0 & 0 &0 & \cdots &0 & 1\\
1 & 0 &0 &\cdots &0 & 0\\
0 & 1 &0 & \cdots &0 &0 \\
0 & 0 &1& \cdots &0 & 0\\
0 & 0 &0& \ddots &0 & 0\\
0 & 0 &0& \cdots &1 & 0
\end{bmatrix}##

##\mathbf P## can be interpreted as a permutation matrix (that is associated with a connected graph). This means it is unitarily diagonalizable and all of its eigenvalues have magnitude 1.

##\mathbf P## can further be interpreted as a Companion matrix associated with ##p(x) = x^n - 1##, and hence its eigenvalues are nth roots of unity. Hence ##\mathbf P= \mathbf F \mathbf \Lambda \mathbf F^* ##, where ##\mathbf \Lambda## is a diagonal matrix that contains nth roots of unity, and ##\mathbf F## is the unitary version of the Vandermonde matrix, i.e. discrete Fourier transform matrix.

As an aside, it maybe worth pointing out that Companion matrices are a bit 'brittle' and are always defective unless all of their eigenvalues are unique (i.e. algebraic multiplicity of 1 for each eig). But we know that this matrix cannot be defective because it is a permutation matrix (which must be unitarily diagonalizable) hence we know it has n unique roots.

The fact that ##\mathbf P## is a companion matrix associated with ##p(x) = x^n - 1##, and a permutation (read: normal) matrix, and serves as a basis for generating circulant matrices -- those three things lead to the result you're asking about.

Using all of the above we can re-write things as:

##\mathbf S = \sum_{k=0}^{n-1} s_k \mathbf P^k = \sum_{k=0}^{n-1} s_k \big(\mathbf F \mathbf \Lambda \mathbf F^*\big)^k = \sum_{k=0}^{n-1} s_k \mathbf F \mathbf \Lambda^k \mathbf F^* = \sum_{k=0}^{n-1} \mathbf F \big(s_k \mathbf \Lambda^k\big) \mathbf F^* = \mathbf F\big(\sum_{k=0}^{n-1} s_k \mathbf \Lambda^k\big) \mathbf F^*##
 
  • Like
Likes MisterX

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 18 ·
Replies
18
Views
8K
Replies
5
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K