Third order non-linear ODE
显示 更早的评论
Hello, I am expected to solve the following equation using Runge-Kutta methods. CAn you help me?
F'''(n)+F(n)*F'''(n)-F'^2(n)+1=0 where F(0)=0 ; F'(0)=0 and F'(inf)=1
Thank you
回答(1 个)
Jan
2015-3-30
0 个投票
Start with converting the high order equation to a system of equations of order 1. If you do not find the required conversion in the script, ask WikiPedia.
Afterwards decide if have to implement a Runge Kutta method by your own or if you can use the solvers of Matlab. Then try it, post your code and ask specific questions.
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!