Finding roots of a matrix equation

26 visualizaciones (últimos 30 días)
kimi
kimi el 17 de Jul. de 2020
Comentada: kimi el 24 de Jul. de 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

Respuestas (1)

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

Iniciar sesión para comentar.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by