how to solve nonlinear problem with matlab code?
Afficher commentaires plus anciens
y''+2/t(y')-9c^2y=0,boundary condition y(1)=1,y'(0)=1,c is constant. how to solve in matlab?
2 commentaires
John D'Errico
le 5 Août 2017
Modifié(e) : John D'Errico
le 5 Août 2017
Solve it, by reading the help for ODE45?
doc ode45
In there you will find an example. It may be nasty there, near t==0. So you might try one of the stiff solvers too.
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!