Info
此问题已关闭。 请重新打开它进行编辑或回答。
second order deferential equation ode45
4 次查看(过去 30 天)
显示 更早的评论
Hi,
Can any one please guid how to solve the below equation using ode45, knowing that C is constant
Regards

2 个评论
James Tursa
2019-10-28
What have you done so far? What specific problems are you having with your code? Have you looked at the 2nd Order example in the ode45 doc?
Marco Feder
2019-10-30
Just write your equation as a first order system, so in the end you'll have
, where
and F the rhs. Then just look at ode45 documentation as suggested in the comment above
, where 回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!