Solving non-linear SECOND ORDER ODE BY MATLAB
显示 更早的评论
As attached I have a nonlinear ode with boundary conditions. What I knew is my problem is a boundary value problem,but my function has a two regions

. My needed is to solve this function numercially and match the solution in the two regions.One thing has to mentioned is that this problem is a stiff problem.What solver I need to use to solve this problem and do I need to break my function into two functions of first order or not?
采纳的回答
更多回答(1 个)
Torsten
2017-11-29
Use "bvp4c" with its option for "Multipoint Boundary Value problems":
https://de.mathworks.com/help/matlab/ref/bvp4c.html#bt5uooc-23
Best wishes
Torsten.
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!