Finding roots of a matrix equation
Show older comments
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
on 20 Jul 2020
0 votes
Refer the roots documentation from the given link
8 Comments
kimi
on 20 Jul 2020
Devineni Aslesha
on 20 Jul 2020
I would recommend you to refer the below link to get a fast reply.
madhan ravi
on 20 Jul 2020
+1
kimi
on 23 Jul 2020
Walter Roberson
on 23 Jul 2020
Can you see anything im doing wrong to not get the same roots displayed in pg100.
Yes, you have "format short" in effect, and you did not mentally take into account the 1.0e+02 * that appears at the top of the display.
GIve the command
format long g
and display s again.
kimi
on 24 Jul 2020
Walter Roberson
on 24 Jul 2020
s = eig(B,A) but before it was eig(B, -A)
kimi
on 24 Jul 2020
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!