Finding roots of a matrix equation

19 views (last 30 days)
kimi
kimi on 17 Jul 2020
Commented: kimi on 24 Jul 2020
Hello,
I'm having trouble getting roots for this matrix. The example has to do with finding the natural frequency and mode shapes of a a simple rigid rotor system on anisotropic flexible supports. I have the formula, answer, and polynomial from the matrix equation just struggling to find the roots. Please help.
The question is example 3.6.1(a) finding roots s1-8.
I believe im solving for q and q` but im not sure how to put this in matlab. Or maybe us

Answers (1)

Devineni Aslesha
Devineni Aslesha on 20 Jul 2020
Refer the roots documentation from the given link
  8 Comments
Walter Roberson
Walter Roberson on 24 Jul 2020
s = eig(B,A) but before it was eig(B, -A)
kimi
kimi on 24 Jul 2020
That was a mistake the values aren't that different

Sign in to comment.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!