Eigenvalue as a generalization of frequency

  • Context: Undergrad 
  • Thread starter Thread starter npit
  • Start date Start date
  • Tags Tags
    Eigenvalue Frequency
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
npit
Messages
4
Reaction score
0
Hello everyone.
I understand the concept of eigenvalues and eigenvectors, using usually a geometric intuition, that a eigenvectors of a matrix M are stretched by the corresponding eigenvalue, when transformed through M.

My professor said that eigenvalues represent a generalization of the concept of frequency.
I can not recall the context though.
Can someone provide an short explanation and/or some (not too technical) reading material?

Thanks.
 
on Phys.org
Thanks.
Did so, I don't understand how it's related to frequency though.
Rotations per time would.
 
Rotations per unit time is the right idea. There are so many different contexts that matrix eigenstructures can be used in that it is hard to do more than give a general intuition. If the (complex) eigenvalue multiplication represents rotation in a unit time, then the amount of rotation in that time (the argument of the eigenvalue) does correspond to a frequency. And the magnitude of the eigenvalue corresponds to a gain (per unit time) at that frequency.

PS. I hate to put words in your professor's mouth. You should probably ask him a follow-up question about what he meant.
 
Hey npit,

You might want to consider the spectral decompositon of PDP_inverse in terms of rotations and scalings.

If you have an orthogonal matrix with R*R^t = I [meaning R^t = R_inverse] then you can make sense of a rotation occurring along with a scaling of each axes and then rotating back again.

Co-ordinate system transformations have the same property (like in physical visualization and simulations) and it can help when the P matrices have the PP^t = I property.