photo

Trong Nhan Tran


Last seen: 2개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


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개월 전 | 답변 수: 0 | 0

0

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 1 | 0

1

답변

질문


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개월 전 | 답변 수: 3 | 0

3

답변