EvLer said:
um, actually no physics, just math class, I was trying to get a better understanding of eigenvalues and how those two say something about each other, matrices and eigenvalues/vectors that is...
ok, what I am going to say is not much of a "physical explanation" (it will really depend on the situation and application), but it may help you visualise what is going on.
you start with a set of axes (say the usual x, y), now you can represent an arbitrary vector, v, in this space (defined by your set of axes) using just a set of coordinates (with respect to those set of axes)... eg. v = (a,b)... etc...
now suppose you have an "operator" in this space, represented in a form of a 2x2 matrix. ok, this "operator" can be a representation of anything really (eg. evolution of prey-predator, interactions of system of particles...), it doesn't matter for our discussion here. But what is important is that this "operator" when acted on the vector, v, it
changes the entries (a,b) to something else (via matrix multiplication). So Mv = w gives you a new vector w in this space.
Ok, now, if you look at your eigenvalues equation:
Mu = ku
where u is the eigenvector, k is the eigenvalue, you can see that u is a very special vector in the sense that the "operator" M does nothing but stretch or shrink the length of the eigenvector u by a factor of k (the e-vals)! The moral of this is that if you now express your original vector, v, with respect to the set of axes defined by e-vec u's (instead of the original set with x,y), your entries (a1, b1) where a1, b1 are different from a, b, would be transformed to (k1 a1, k2 b1) by the "operator", where k1 and k2 are the e-vals.
in most instances, such "change of basis" would make the physical interpretation of a system more transparent and simplier to anaylse.
for example, if your M is the moment of inertia matrix/tensor, then diagonalising it give you the principle axes of rotation (the direction of the e-vec's), while the e-vals are the "moment" about those axes.