Matrix algebra vs. linear systems theory edit

The page on Circulant Matrix is subject to do/undo/do/undo wars between those taking a Matrix Algebra view and those taking a Linear Systems Theory view. The latter are electrical engineers by training, while the former are computer programmers and numerical analysts. I belong with the programmers. Matrices love computers and computers love matrices. The linear systems approach of the electrical engineers is computer-unfriendly, obtuse, meritless, and dowdy. It dates from 1920s radio engineering, before the invention of computers. Since the electrical engineers are inured to it, they will continue to use it out of inertia. But an article about a circulant MATRIX should be done in MATRIX algebra, with matrix notation. Sean111111 21:08, 11 July 2007 (UTC)Reply

No such edit war ensued until you started it!
The page before the "edit war" was adequate, and proved (up to a point) why the DFT was involved. Whilst it may not have been perfect, it was certainly better than the update, which offered no such "proof", was badly-formatted, and contained unencyclopedic phrases such as "This decomposition of C has got loads of practical applications" and "The greek letter ρ is called rho so it's good for denoting rhotation operations".
If you want to see the article move towards a matrix-style notation, please do it properly; any edits should be an improvement, not making the article worse.
P.S. computers don't love matrices any more than they love convolution. Claiming that "the linear systems approach of the electrical engineers is computer-unfriendly, obtuse, meritless, and dowdy" is completely unfounded. I hope that this won't cloud any further edits to the article that you may choose to.
Oli Filth 21:25, 11 July 2007 (UTC)Reply

Mistake in Diagonalizing Circulant Matrix? edit

I'm not an expert, but I think the article is wrong in its description of diagonalizing a circulant matrix. The article says that

 

where

 .

While this gives the correct matrix of eigenvalues  , I think the eigenvector matrices   should have a factor of  . See, for example, http://ee.stanford.edu/~gray/toeplitz.pdf section 3.1 on the eigenvalues and eigenvectors of circulant matrices. Also, the page on discrete Fourier transform matrix says that the factor of   is needed for unitarity.

72.130.185.73 (talk) 02:40, 8 April 2010 (UTC)Reply

Agreed. I will fix this. Oli Filth(talk|contribs) 07:07, 8 April 2010 (UTC)Reply

I'm not sure but I do not agree with the solution of linear system. According to my calculations (which rely on A Fast Algorithm for Deblurring Models with Neumann Boundary Conditions - Ng, Chan, Thang) it should be   My code works, but my studies are sixteen month old and I do not remember the steps.

Eigenvalue properties edit

I'm having a hard time understanding why the following is in this article

  by eigendecomposition
 
 
 

where

  •   is an   circulant matrix
  •   is the unitary discrete Fourier transform matrix
  •   is a diagonal matrix with eigenvalues  .

The last term,  , is the product of the spectral values.

So, we have shown that the determinant is the product of the eigenvalues? How is this a special property for Circulant matrices? The determinant is always the product of the eigenvalues! I am removing this unless someone has valid reason why it should stay. Thanks! Plastikspork (talk) 17:14, 3 December 2008 (UTC)Reply

I was thinking the same thing at nearly the same time. What IS important is that a certain DFT matrix can diagonalize a circulant matrix. Unfortunately, I dont have Horn and Johnson in front of me to fill in the details. Please someone fix this page. -- anonymous

That was already mentioned implicitly before ("The eigenvectors of a circulant matrix of given size are the columns of the discrete Fourier transform matrix of the same size"). However, I put some more details in, and I removed the fragment quoted by Plastikspork. I couldn't find that much in Horn & Johnson so I used Golub & van Loan; hope you don't mind. Cheers, Jitse Niesen (talk) 12:47, 4 December 2008 (UTC)Reply
Exactly. The emphasis should be on special properties of circulant matrices. Golub and van Loan is the best first source for anything on matrices (in my opinion). Thanks for cleaning this up. Plastikspork (talk)

Question about a generalization edit

I'm looking to determine eigenvectors/eigenvalues of the matrix M=DC where C is a circulant matrix and where D is a diagonal matrix whose i-th entry is z^{2i} where z is the n-th root of unity... Does anybody know how to do this?

thanks —Preceding unsigned comment added by Asympt (talkcontribs) 02:32, 28 November 2009 (UTC)Reply

Determinant vs. Eigenvalues edit

Is there a particular reason that the determinant of a circulant matrix is interesting (moreso than its eigenvalues)? I ask because listing the eigenvalues (which are the individual entries in the determinant product provided) would provide both pieces of information (since the determinant is always the product of the eigenvalues). However, only the determinant is provided now which says nothing about the individual eigenvalues. JokeySmurf (talk) 13:43, 28 July 2010 (UTC)Reply

The comparison of Determinant vs. Eigenvalues is irrelevant. Information of both quantities is valuable and should be present in the article. If you have something to add about eigenvalues to the article, please do. Maxal (talk) 14:13, 28 July 2010 (UTC)Reply

Definition clarification edit

This is with respect to a conflict I see in the eigenvalues with the definition stated here. From my understanding the eigenvalues are obtained as λ = c0 + c1j + c2j2 and so on where c0, c1, c2 and so on are the elements of the first row. But, this page gives the eigenvalues in terms of the first column which give us the eigenvalues but in an incorrect order. Please verify or if I am making a mistake somewhere, please clarify. [1] The above link is for determinants but as can be seen, the eigenvalues are w.r.t first row. Thank you. —Preceding unsigned comment added by 69.143.35.92 (talk) 04:05, 19 November 2010 (UTC)Reply

The order of eigenvalues is arbitrary, so long as it matches the ordering of the eigenvectors. Plastikspork ―Œ(talk) 05:12, 19 November 2010 (UTC)Reply

The eigenvectors defined here and the eigenvalues do not correspond to each other. Consider the multiplication of the matrix C with an eigenvector vj. We run across the row and not the column. And since the first entry of each eigenvector is 1, the first element of the product Avj is the eigenvalue corresponding to that eigenvector. —Preceding unsigned comment added by 69.143.35.92 (talk) 14:54, 19 November 2010 (UTC)Reply

Thanks, fixed. Asympt (talk) 01:38, 21 November 2010 (UTC)Reply

References

Why is there a link to Weisstein page in external links edit

I mean, Weisstein does not appear anywhere in the body of the article... so how come there is an external link to him? Where it comes from?? It's not that i mind linking to him, but this should not be done automatically?? Asympt (talk) 02:06, 21 November 2010 (UTC)Reply

I removed the Weisstein page link. It was a stub that said little on the topic. 67.198.37.16 (talk) 23:52, 14 January 2024 (UTC)Reply

Mistake in Eigenvector formulation edit

Is that formula supposed to say something like "the real part of $\omega_v^k$"? Otherwise the eigenvectors will be complex, which doesn't make sense in the case of a symmetric circulant matrix. As an example, the matrix [[0,1,2,1],[1,0,1,2],[2,1,0,1],[1,2,1,0]] has eigenvector [1,0,-1,0]. The formula seems to predict in this case an eigenvector of (1, i, -1, -i). —Preceding unsigned comment added by 135.207.103.61 (talk) 19:31, 23 February 2011 (UTC)Reply

No, there is no mistake. In your example, another eigenvector is (1,-i,-1,-i) and has the same eigenvalue of -2 as the eigenvector (1,i,-1,i). Therefore any linear combo of these two is again an eigenvector, and if you add them together you get (2,0,-1,0) which is twice your real eigenvector. Asympt (talk) 19:54, 16 March 2011 (UTC)Reply

I tried the case of c1 = 1, and found that a conjugate was needed instead of a transpose. This might make the difference here... too.

Inversion of circulant matrix edit

In my humble opinion, there should be a section to explain the inversion of a circulant matrix. It is very common in practice. Using FFT, a circulant matrix can be simply diagonalized. Then its inversion can be calculated very fast. Thanks.

Anti-circulant matrices edit

I added the term "anti-circulant matrix" and a redirect page for it to here. I hope someone with more knowledge will add a section on them and how they are related to circulants, in particular the eigenvalues and characteristic polynomials. And with references (which I was unable to find). Zaslav (talk) 02:53, 11 April 2020 (UTC)Reply

Characteristic polynomial edit

I am surprised that the section on eigenvalues and eigenvectors does not state the characteristic polynomial. Nowhere does the article discuss the form of the characteristic polynomial. This should be fixed. Covid-19 is blocking my access to a relevant textbook. Zaslav (talk) 05:12, 17 April 2020 (UTC)Reply

Block-circulant matrices edit

I can find two definitions of block circulant matrices in the literature, and they are not compatible. Firstly, there is the one currently given: a block-circulant matrix is a matrix made up of square blocks, and the *square blocks* circulate according to the general pattern. But there's also the definition used in at least some cryptographic applications, such as the BIKE proposal, which states that "A binary circulant matrix is a square matrix where each row is the rotation of one element to the right of the preceding row. It is completely defined by its first row. A block-circulant matrix is formed of circulant square blocks of identical size". In other words, in their definition, all the blocks can be distinct and unrelated, but within the blocks, each block is a circulant matrix. These are not the same (though they feel in some sense dual to one another?) and I have been unable to find a definitive source either way.

I propose we remove the sentence about block circulants from this article until this can be resolved. LinesInk (talk) 15:47, 22 July 2022 (UTC)Reply