Can you please help me how to write code for following differential equation. Thank you.

2 ビュー (過去 30 日間)
htet wai
htet wai 2017 年 12 月 8 日
コメント済み: Torsten 2017 年 12 月 8 日
f(x) = integral of 1 to 0 ( G(x,x') g(x') dx' )
G(x,x') = (sinh(x) . sinh(1-x')/ sinh(1)) if (x<x')
G(x,x') = (sinh(1-x) . sinh(x')/ sinh(1)) if (x'<x)
solve d2f(x)/dx2
and satisfy d2f(x)/dx2 + f(x) = g(x) with f(0) = f(1) = 0;
  1 件のコメント
Torsten
Torsten 2017 年 12 月 8 日
If I were you, I'd solve the differential equation directly using MATLAB's "bvp4c" and don't use the way over Green's function.
Best wishes
Torsten.

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeBoundary Value Problems についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by