필터 지우기
필터 지우기

Numerical solution of ODE

조회 수: 1 (최근 30일)
Sandip
Sandip 2013년 8월 8일
Hi: I have a second order ODE of the form:
A(x) y''(x) + B(x) y'(x) + C(x)=0
with Boundary Conditions
y(x=0)=0 y'(x=a)=k
How can I numerically solve this equation in MATLAB. I appreciate suggestions. Thanks in advance,

답변 (1개)

Friedrich
Friedrich 2013년 8월 8일
Hi,
take a look at that post. This has a link in it to a PDF which explains everything and it also has an example in it.
  댓글 수: 2
Jan
Jan 2013년 8월 8일
[Relocated from answers section, Jan] Sandip wrote:
Thanks for the reply. In the examples, the BCs are both at x=0 for y & y' (IVP) and x=0 and x=a for y(x) (BVP). However, I have x=0 for y(x) and x=a for y'(a). I am confused about applying BCs.
Jan
Jan 2013년 8월 8일
[Relocated from comment section from relocated answer, Jan] Friedrich wrote:
See chapter 4 in the linked PDF

댓글을 달려면 로그인하십시오.

카테고리

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