Azzera filtri
Azzera filtri

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 visualizzazione (ultimi 30 giorni)
Solve 3rd order non-linear ODE U''' + UU' = 0, with boundary conditions, U(0) = 1 , U(1) = 0, U'(0) = 0.

Risposte (1)

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

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by