photo

Trong Nhan Tran


Last seen: 2 Monate vor Aktiv seit 2024

Followers: 0   Following: 0

Statistik

  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 Monate vor | 0 Antworten | 0

0

Antworten

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 1 Antwort | 0

1

Antwort

Frage


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 Monate vor | 3 Antworten | 0

3

Antworten