Finding roots of a matrix equation

24 次查看(过去 30 天)
kimi
kimi 2020-7-17
评论: kimi 2020-7-24
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

回答(1 个)

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

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by