As shown below

1 answer below »
Answered Same DayApr 26, 2021

Answer To: As shown below

Rahul answered on May 03 2021
165 Votes
mass_spring_03052020/calculation.mclear all;
clc;
M = eye(3);% Assu;ming mass is unit function
k
= 0.01*[2,-1,0;-1,2,-1;0,-1,1]; % Stiffness matrix;
c = k;% Assumption that c = k;
[V,D] = eig(k,M);% Finding eigen value and eigen vector for the calculation
F = V'*[1;1;1];
% Open Loop...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here