필터 지우기
필터 지우기

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일)
ravi
ravi 2018년 4월 16일
편집: ravi 2018년 4월 16일
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