symbolic toolbox: Problem with inverse laplace transform/ convolution

11 Ansichten (letzte 30 Tage)
shnitzel23
shnitzel23 am 22 Apr. 2016
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

Antworten (0)

Kategorien

Mehr zu Symbolic Math Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by