Skip to content
Prev 68908 / 398502 Next

eigenvalues of a circulant matrix

On Sun, 1 May 2005, someone who didn't give his name wrote:

            
What is the relevance of this?  Also, your reference is useless to us, 
which is important as this all hinges on your definitions.
We don't have "kinv.dat", but X is not circulant as usually defined.
Well, first R calls LAPACK or EISPACK, so it would be a bug in one of 
those.  But in so far as I understand you, X is a real symmetric matrix, 
and those have real eigenvalues and eigenvectors.

I think you are confused about the meaning of Toeplitz and circulant.
Compare

http://mathworld.wolfram.com/CirculantMatrix.html
http://mathworld.wolfram.com/ToeplitzMatrix.html

and note that ?toeplitz says it computes the *symmetric* Toeplitz matrix.

There is a very regretable tendency here for people to assume their 
lack of understanding is `a bug in R'.