Borrar filtros
Borrar filtros

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 visualización (últimos 30 días)
ravi
ravi el 16 de Abr. de 2018
Editada: ravi el 16 de Abr. de 2018
Solve 3rd order non-linear ODE U''' + UU' = 0, with boundary conditions, U(0) = 1 , U(1) = 0, U'(0) = 0.

Respuestas (1)

Torsten
Torsten el 16 de Abr. de 2018
Editada: Torsten el 16 de Abr. de 2018
Use MATLAB's bvp4c in the range [0,1].
Best wishes
Torsten.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by