photo

Trong Nhan Tran


Last seen: 2 månader ago Active since 2024

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


Question for using root function.
% Using the MATLAB function “roots” for find non-zero natural frequencies % define symbolic variable w syms w; % Given par...

2 månader ago | 0 answers | 0

0

answers

Question


Find natural equation w with 5 dof
% Using matrix to determine natural frequency w of 5 DOF clc; % Clear command window clear; % Clear workspace syms w...

2 månader ago | 1 answer | 0

1

answer

Question


Matrix must be square error and Error in PartA. how do I solve it?
clc; % Clear command window clear; % Clear workspace syms w; % Define w as a symbolic variable % Define masses, damping coeff...

3 månader ago | 1 answer | 0

1

answer

Question


How to add unknow parameter in matrix and solve it by use det() syntax for finding w
% under is what i did but seen it is not work for det(A) for find w clc % clear history command and past result syms w; m1 = ...

3 månader ago | 3 answers | 0

3

answers