laplace transform of dirac function

why is it that when im trying to find the laplace transform of a dirac function using the command
laplace(dirac(t+2)),
im getting an answer 0 shouldnt i be getting exp(2*s)? or there is problem since that "c" variable has negative value?

回答(1 个)

syms t s
laplace(dirac(t + 2), t, s)
Best wishes
Torsten.

1 个评论

It will give zero because the mass is concentrated at t=-2 whereas the integral is taken between 0 and infinity.
Best wishes
Torsten.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 Mathematics 的更多信息

标签

提问:

2015-3-31

评论:

2015-3-31

Community Treasure Hunt

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

Start Hunting!

Translated by