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.

1 次查看(过去 30 天)
Solve 3rd order non-linear ODE U''' + UU' = 0, with boundary conditions, U(0) = 1 , U(1) = 0, U'(0) = 0.

回答(1 个)

Torsten
Torsten 2018-4-16
编辑:Torsten 2018-4-16
Use MATLAB's bvp4c in the range [0,1].
Best wishes
Torsten.

类别

Help CenterFile Exchange 中查找有关 Ordinary Differential Equations 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by