Question
Use MATLAB to solve this question. Then, paste the code please. Answers are giving in the picture. DO NOT SUBMIT HAND WRITING!!!. Only MATLAB CODING.


Considering the governing oquation of motion for the mass-spring system shown below M eigenvalues of the following matric: +
0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: Brother in case of any queries, just comment in box I would be very happy to assist all your queries

function code()
clc
clear all
close all
disp('Value of m2 are')
fzero(@eigens,1)
fzero(@eigens,0.5)

function y=eigens(m2)
m1=1;
m3=0.5;
k=2;
A=[2*k/m1,-k,-k;-k,2*k/m2,-k;-k,-k,2*k/m3];
B=eig(A);
C=sqrt(B/(2*pi));
y=C(1)+C(2)-C(3);
end
end

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
Use MATLAB to solve this question. Then, paste the code please. Answers are giving in the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT