how to solve a system of integro-differential equations?
6 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Akzeptierte Antwort
Weitere Antworten (1)
John D'Errico
am 19 Dez. 2021
Bearbeitet: John D'Errico
am 19 Dez. 2021
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.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

