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?

Answers (1)

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

1 Comment

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

Sign in to comment.

Categories

Find more on Mathematics in Help Center and File Exchange

Asked:

on 31 Mar 2015

Commented:

on 31 Mar 2015

Community Treasure Hunt

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

Start Hunting!