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

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.
Torsten
Torsten 2017년 8월 7일
편집: Torsten 2017년 8월 7일
help bvp4c
Best wishes
Torsten.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

태그

질문:

2017년 8월 5일

편집:

2017년 8월 7일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by