Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.3K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:
GROUPS:

Fourier Transform of A*(e^(-a*t)-e^(-b*t))

Posted 11 years ago
POSTED BY: Adam Petrus

Running it on Mathematica 10

In[1]:= f[t_] := A (E^(-a t) - E^(-b t))

In[2]:= FourierTransform[f[t], t, \[Omega]]

Out[2]= A Sqrt[2 \[Pi]] DiracDelta[I a + \[Omega]] - 
 A Sqrt[2 \[Pi]] DiracDelta[I b + \[Omega]]

complex delta function DiracDelta[I a + [Omega]] means that function = 0 except at point [Omega]=-I a

POSTED BY: S M Blinder
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard