MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

What's up with the order of Eigenvalues

  • To: mathgroup at smc.vnet.net
  • Subject: [mg105786] What's up with the order of Eigenvalues
  • From: mokambo <alexandrepassosalmeida at gmail.com>
  • Date: Sat, 19 Dec 2009 06:24:50 -0500 (EST)

Dear all,

Consider a circulant matrix,

m = {{0, 1, 1, 0}, {0, 0, 1, 1}, {1, 0, 0, 1}, {1, 1, 0, 0}}

The eigenvalues of m are:

Eigenvalues[m]

= {2, -1 + I, -1 - I, 0}

But they should be equal to the Discrete Fourier Transform of the
first row of m

Fourier[{0, 1, 1, 0}, FourierParameters -> {1, -1}]

= {2 + 0.I,   -1 - 1.I,   0 + 0.I,   -1. + 1. I}

So what's up with the order of values given by Eigenvalues[]?


  • Prev by Date: Re: Return in function
  • Next by Date: FindFit
  • Previous by thread: Re: vector and matrix valued functions
  • Next by thread: Re: What's up with the order of Eigenvalues