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