solve non linear ode equation with two boundary conditions

1 view (last 30 days)
du/dz=1-u^2/T -1<=z<=1 where dT/dz=u
T=1, z=-1
T=1,z=1
in my class note there's the equation like [t,y]=ode45(@program5, [0,50],[0.1,0.6].
but it's for boundary conditions of two different element . but here there's just conditions for z but two of them, have to solve it?

Answers (1)

Torsten
Torsten on 7 Dec 2015
Use bvp4c.
Best wishes
Torsten.

Community Treasure Hunt

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

Start Hunting!