NUMERICAL METHODS DISCRETISATION PROBLEM

조회 수: 1 (최근 30일)
Chijioke  Nkwocha
Chijioke Nkwocha 2021년 5월 28일
댓글: Chijioke Nkwocha 2021년 5월 30일
Can anyone, perhaps, assist with "1c" below? I have done the part a, but dont know how to go about the boundary conditions required for part c. Your help will be appreciated.
  댓글 수: 1
Chijioke  Nkwocha
Chijioke Nkwocha 2021년 5월 28일
Below is the code i have written for part a, but i need to modify it for part c.

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

답변 (2개)

Sulaymon Eshkabilov
Sulaymon Eshkabilov 2021년 5월 28일
Hi,
You can employ pdepe()
  댓글 수: 1
Chijioke  Nkwocha
Chijioke Nkwocha 2021년 5월 28일
Hello!
I may not really understand you as i am just trying to figure things out gradually on matlab. Could you please do this in the code i already wrote for better understaning? Thanks.

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


Torsten
Torsten 2021년 5월 29일
Solve
-Δv = -5/4*π^2*sin(π*x)*cos(π*y/2)
by just modifying the b-vector from exercise part a).
Let the solution be v.
Then add
w(x,y) = sin(π*x)*cos(π/2*y)
to the solution v to get u.
  댓글 수: 1
Chijioke  Nkwocha
Chijioke Nkwocha 2021년 5월 30일
Please can you write the full code to explain this better? Thanks.

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

카테고리

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

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by