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 件)

Torsten
Torsten 2015 年 3 月 31 日

0 投票

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

1 件のコメント

Torsten
Torsten 2015 年 3 月 31 日
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 ExchangeMathematics についてさらに検索

タグ

質問済み:

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