photo

fayu


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

Followers: 0   Following: 0

통계학

  • Thankful Level 2

배지 보기

Feeds

보기 기준

질문


Why is this matlab program not able to solve accurately?
syms E_b I_b omega m2 J pho_b A_b l beta = (omega^2*pho_b*A_b/(E_b*I_b))^(1/4); B=[E_b*I_b*(-beta^3*cos(beta*l)-beta^3*cosh(be...

4개월 전 | 답변 수: 1 | 0

1

답변

질문


I want to solve the equation in the picture and use ode45 to solve it, but after running for 5 hours there is still no result, I would like to ask if the program is written wrong or is there any optimization?
%先对方程进行处理,为使用ode45准备 % clc % clear % syms r dx2 rm l varphi dvarphi2 dvarphi1 theta1 theta C1 dv1 Lb C2 dvarphi % syms g C...

5개월 전 | 답변 수: 1 | 0

1

답변