how to solve nonlinear problem with matlab code?
显示 更早的评论
y''+2/t(y')-9c^2y=0,boundary condition y(1)=1,y'(0)=1,c is constant. how to solve in matlab?
2 个评论
John D'Errico
2017-8-5
编辑:John D'Errico
2017-8-5
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.
回答(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!