solve 3rd order nonlinear ODE as U''' + UU' = 0 with B.C. U(0) = 1, U(1) = 0 and U'(0) = 0; I tried ode45 but, it didnt work.

2 views (last 30 days)
Solve 3rd order non-linear ODE U''' + UU' = 0, with boundary conditions, U(0) = 1 , U(1) = 0, U'(0) = 0.

Answers (1)

Torsten
Torsten on 16 Apr 2018
Edited: Torsten on 16 Apr 2018
Use MATLAB's bvp4c in the range [0,1].
Best wishes
Torsten.

Tags

Community Treasure Hunt

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

Start Hunting!