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!
