NUMERICAL METHODS DISCRETISATION PROBLEM

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 日

0 投票

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 日

0 投票

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.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeProgramming についてさらに検索

製品

リリース

R2021a

質問済み:

2021 年 5 月 28 日

コメント済み:

2021 年 5 月 30 日

Community Treasure Hunt

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

Start Hunting!

Translated by