Solving a nonlinear ODE with derivative squared
Afficher commentaires plus anciens
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 commentaires
Torsten
le 4 Fév 2019
As for all quadratic equations, there are two solutions for y'. Do you know which one you'll have to take ?
Bill Greene
le 4 Fév 2019
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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Ordinary Differential Equations dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!