Eigenvalues and eigenvectors of a matrix gives z1 in the answer... what does it means ?

4 Ansichten (letzte 30 Tage)
Hello all, hope you guys are doing good.
I would like to find the eigenvalues of a matrix, but the answer looks confusing.
Here is the code:
syms w
MK = [0.02*w^2-2000 1000 0 0 0 0 0 0 0 0
1000 0.02*w^2-2000 1000 0 0 0 0 0 0 0
0 1000 0.02*w^2-2000 1000 0 0 0 0 0 0
0 0 1000 0.02*w^2-2000 1000 0 0 0 0 0
0 0 0 1000 0.02*w^2-2000 1000 0 0 0 0
0 0 0 0 1000 0.02*w^2-2000 1000 0 0 0
0 0 0 0 0 1000 0.02*w^2-2000 1000 0 0
0 0 0 0 0 0 1000 0.02*w^2-2000 1000 0
0 0 0 0 0 0 0 1000 0.02*w^2-2000 1000
0 0 0 0 0 0 0 0 1000 0.02*w^2-2000]
E = eig(MK)
This problem has 8 masses so in it is supposed to give me 8 eigenvalues
I did the previous question ( the number of masses were 4 ):
This is the matrix of the previous question:
and the first eigenvalue of the previous question is:
but the answer for the matrix with 8 masses looks like weird:
E =
root(z1^5 - z1^4*(w^2/10 - 9000) + z1^3*(- 720*w^2 + w^4/250 + 28000000) - z1^2*(1680000*w^2 - (108*w^4)/5 + w^6/12500 - 35000000000) + z1*(- 1400000000*w^2 + 33600*w^4 - (36*w^6)/125 + w^8/1250000 + 15000000000000) - w^10/312500000 + 14000000*w^4 + (9*w^8)/6250 - 224*w^6 - 300000000000*w^2 + 1000000000000000, z1, 1)
root(z1^5 - z1^4*(w^2/10 - 9000) + z1^3*(- 720*w^2 + w^4/250 + 28000000) - z1^2*(1680000*w^2 - (108*w^4)/5 + w^6/12500 - 35000000000) + z1*(- 1400000000*w^2 + 33600*w^4 - (36*w^6)/125 + w^8/1250000 + 15000000000000) - w^10/312500000 + 14000000*w^4 + (9*w^8)/6250 - 224*w^6 - 300000000000*w^2 + 1000000000000000, z1, 2)
root(z1^5 - z1^4*(w^2/10 - 9000) + z1^3*(- 720*w^2 + w^4/250 + 28000000) - z1^2*(1680000*w^2 - (108*w^4)/5 + w^6/12500 - 35000000000) + z1*(- 1400000000*w^2 + 33600*w^4 - (36*w^6)/125 + w^8/1250000 + 15000000000000) - w^10/312500000 + 14000000*w^4 + (9*w^8)/6250 - 224*w^6 - 300000000000*w^2 + 1000000000000000, z1, 3)
root(z1^5 - z1^4*(w^2/10 - 9000) + z1^3*(- 720*w^2 + w^4/250 + 28000000) - z1^2*(1680000*w^2 - (108*w^4)/5 + w^6/12500 - 35000000000) + z1*(- 1400000000*w^2 + 33600*w^4 - (36*w^6)/125 + w^8/1250000 + 15000000000000) - w^10/312500000 + 14000000*w^4 + (9*w^8)/6250 - 224*w^6 - 300000000000*w^2 + 1000000000000000, z1, 4)
root(z1^5 - z1^4*(w^2/10 - 9000) + z1^3*(- 720*w^2 + w^4/250 + 28000000) - z1^2*(1680000*w^2 - (108*w^4)/5 + w^6/12500 - 35000000000) + z1*(- 1400000000*w^2 + 33600*w^4 - (36*w^6)/125 + w^8/1250000 + 15000000000000) - w^10/312500000 + 14000000*w^4 + (9*w^8)/6250 - 224*w^6 - 300000000000*w^2 + 1000000000000000, z1, 5)
root(z1^5 - z1^4*(w^2/10 - 11000) + z1^3*(- 880*w^2 + w^4/250 + 44000000) - z1^2*(2640000*w^2 - (132*w^4)/5 + w^6/12500 - 77000000000) + z1*(- 3080000000*w^2 + 52800*w^4 - (44*w^6)/125 + w^8/1250000 + 55000000000000) - 1100000000000*w^2 - w^10/312500000 + 30800000*w^4 + (11*w^8)/6250 - 352*w^6 + 11000000000000000, z1, 1)
root(z1^5 - z1^4*(w^2/10 - 11000) + z1^3*(- 880*w^2 + w^4/250 + 44000000) - z1^2*(2640000*w^2 - (132*w^4)/5 + w^6/12500 - 77000000000) + z1*(- 3080000000*w^2 + 52800*w^4 - (44*w^6)/125 + w^8/1250000 + 55000000000000) - 1100000000000*w^2 - w^10/312500000 + 30800000*w^4 + (11*w^8)/6250 - 352*w^6 + 11000000000000000, z1, 2)
root(z1^5 - z1^4*(w^2/10 - 11000) + z1^3*(- 880*w^2 + w^4/250 + 44000000) - z1^2*(2640000*w^2 - (132*w^4)/5 + w^6/12500 - 77000000000) + z1*(- 3080000000*w^2 + 52800*w^4 - (44*w^6)/125 + w^8/1250000 + 55000000000000) - 1100000000000*w^2 - w^10/312500000 + 30800000*w^4 + (11*w^8)/6250 - 352*w^6 + 11000000000000000, z1, 3)
root(z1^5 - z1^4*(w^2/10 - 11000) + z1^3*(- 880*w^2 + w^4/250 + 44000000) - z1^2*(2640000*w^2 - (132*w^4)/5 + w^6/12500 - 77000000000) + z1*(- 3080000000*w^2 + 52800*w^4 - (44*w^6)/125 + w^8/1250000 + 55000000000000) - 1100000000000*w^2 - w^10/312500000 + 30800000*w^4 + (11*w^8)/6250 - 352*w^6 + 11000000000000000, z1, 4)
root(z1^5 - z1^4*(w^2/10 - 11000) + z1^3*(- 880*w^2 + w^4/250 + 44000000) - z1^2*(2640000*w^2 - (132*w^4)/5 + w^6/12500 - 77000000000) + z1*(- 3080000000*w^2 + 52800*w^4 - (44*w^6)/125 + w^8/1250000 + 55000000000000) - 1100000000000*w^2 - w^10/312500000 + 30800000*w^4 + (11*w^8)/6250 - 352*w^6 + 11000000000000000, z1, 5)
What z1 means ? my professor told me to solve this analytically but I have no idea how to obtain the value of w (omega).
Help Please !
Thank you !
  16 Kommentare
Christine Tobler
Christine Tobler am 18 Mär. 2021
You can do either way, put minus in front of the matrix or change signs. You can even move it over to the omega, say lambda = -omega^2 instead of lambda = omega^2, both work just as well.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte


Version

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by