symbolic toolbox: Problem with inverse laplace transform/ convolution

8 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by