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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Symbolic Math Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!