필터 지우기
필터 지우기

Solving a non linear differential equation

조회 수: 1 (최근 30일)
Ben
Ben 2014년 2월 28일
답변: Alberto 2014년 4월 9일
I am currently trying to solve this equation,
in to matlab and solve it to give me the frequency response of a misaligned shaft but i am unsure of how to do this. Could anyone please offer some advice?
This is the original equation
Thanks,
Ben

답변 (1개)

Alberto
Alberto 2014년 4월 9일
syms f(t) ;
S = dsolve(diff(diff(f)) == ( (12.12*sin(417*t)+0.065)-((18043*(cos(417*t)-sin(417*t)))+110))*f + 431*sin(417*t)*diff(f) )

카테고리

Help CenterFile Exchange에서 Simulink에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by