2.718281828459
- 9
- 0
Hello. I am working on a project with a double pendulum and I am currently looking for the normal mode frequencies. I don't think that's too important to answer my question, but in the derivation I hit a point that look like this:(K-M\omega^{2})\alpha=0. Here, K and M are 2x2 square matrices. I want to solve for the eigenvalue here, but this doesn't follow the form that I normally have with eigenvector equations. If I rearrange this, I get K\alpha=M\omega^{2}\alpha which has a matrix on each side. Naturally I thought to multiply by the inverse of M on both sides to get M^{-1}K\alpha=\omega^{2}\alpha. However, this didn't give the correct result. Why not? How should it be done?