Finding roots of a matrix equation

26 Ansichten (letzte 30 Tage)
kimi
kimi am 17 Jul. 2020
Kommentiert: kimi am 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

Antworten (1)

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

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by