Solving a non linear differential equation
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am currently trying to solve this equation,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157751/image.jpeg)
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/157752/image.jpeg)
Thanks,
Ben
0 comentarios
Respuestas (1)
Alberto
el 9 de Abr. de 2014
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) )
0 comentarios
Ver también
Categorías
Más información sobre Mathematics and Optimization en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!