How can i solve this differential equation by the method of finite difference approche?

조회 수: 3 (최근 30일)
y"(x)+y'(x)*y(x)+y(x)=0
B.C. : y'(0)=1 and y'(1)=0

답변 (2개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2022년 7월 19일
There are a few different ways and builtin functions by which your 2nd order BC ODE exercise, e.g.: bvp4c, bvp5c, deval.

John D'Errico
John D'Errico 2022년 7월 19일
편집: John D'Errico 2022년 7월 19일
Answers is not a service where we do your homework assignments. However, you have now gotten an answer, so I'll point out that you CAN first, write down the finite difference approximations for each derivative. Then the problem becomes one of solving the nonlinear system of equations in the unknown values of the function at each point.
Do some reading, perhaps here:
But then you probably learned about that in class.
Your homework, not mine.

카테고리

Help CenterFile Exchange에서 Boundary Conditions에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by