symbolic toolbox: Problem with inverse laplace transform/ convolution
11 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I have a large equation at hand that I want to perform inverse laplace transform on. Basically I tried to do this:
syms f(t) s
F= laplace(f,t,s);
ilaplace(F,s,t) %works as expected
ilaplace(diff(F,s),s,t) %also works as expected
ilaplace(F*F,s,t) % no transform executed
Backtransforing the product does however not return the convolution of the factors. Does anyone know a way to solve this or a way to work around this (for the inverse transform of a lenghty equation with lots of factors)? Thanks in advance
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!