Solving a nonlinear ODE with derivative squared
古いコメントを表示
I'm trying to solve a nonlinear ODE which looks something like this:
. I know I can use the implicit solver ode15i but the problem is also stiff so I'd prefer to use ode15s. Is it possible to solve this type of nonlinear ode using ode15s? Any suggestions would be appreciated, thank you!
2 件のコメント
Torsten
2019 年 2 月 4 日
As for all quadratic equations, there are two solutions for y'. Do you know which one you'll have to take ?
Bill Greene
2019 年 2 月 4 日
ode15i is based on backward differentiation formulas so I would expect it to be as effective as ode15s for stiff problems. That has also been my experience with the two solvers. Do you have an example stiff ODE where this is not the case?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Ordinary Differential Equations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!