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!