how to solve a system of integro-differential equations?

6 ビュー (過去 30 日間)
Hewa selman
Hewa selman 2021 年 12 月 19 日
コメント済み: Hewa selman 2021 年 12 月 20 日

採用された回答

Hewa selman
Hewa selman 2021 年 12 月 19 日
  3 件のコメント
Hewa selman
Hewa selman 2021 年 12 月 20 日
Thank you.
So, directly there is no code for solving system of integro differential equations .
Hewa selman
Hewa selman 2021 年 12 月 20 日
Yes, it is more complicated and I need a code for solve it.
I found the code idsolver, for solving integro differential equations, but I am not sure that it used for the system of integro differential equations too.

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

その他の回答 (1 件)

John D'Errico
John D'Errico 2021 年 12 月 19 日
編集済み: John D'Errico 2021 年 12 月 19 日
Last time I checked, int(exp(-t),[-inf,T]) is both trivial to integrate, and yet essentially infinite, for ANY finite value of T. So your system of equation is poorly defined. Do I really need to show this?
syms t T
int(exp(-t),[-inf,T])
ans = 
That says your system of equations is not solvable.
  1 件のコメント
Hewa selman
Hewa selman 2021 年 12 月 19 日
Thank you for your notation.
So if I change it a bit to the following form, can I find a code in Matlab to solve the system of the integro-differential equations?
\frac{dx}{dt}=tx(t)+y(t)+sin(y)\int_{0}^t e^{(t-s)} ds \\
x_{0}=0\\
\frac{dy}{dt}=x(t)+ty(t)+cos(x)\int_{0}^t e^{(t-s)} ds \\
y_{0}=1
With regards

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

カテゴリ

Help Center および File ExchangeNumeric Solvers についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by