how to solve a system of integro-differential equations?
6 ビュー (過去 30 日間)
古いコメントを表示

0 件のコメント
採用された回答
その他の回答 (1 件)
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])
That says your system of equations is not solvable.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
