Message Boards Message Boards

0
|
3389 Views
|
1 Reply
|
2 Total Likes
View groups...
Share
Share this post:

Why Doesn't Integrate Do Fourier Transforms?

In[2]:= FourierTransform[1, t, [Omega]]

Out[2]= Sqrt[2 \[Pi]] DiracDelta[\[Omega]]

In[5]:= 1/Sqrt[2 \[Pi]]
  Integrate[Exp[I \[Omega] t], {t, -\[Infinity], \[Infinity]}]

During evaluation of In[5]:= Integrate::idiv: Integral of E^(I t \[Omega]) does not converge on {-\[Infinity],\[Infinity]}.
POSTED BY: Frank Kampas

Integrate will apparently only enter the land of generalized functions (DiracDelta and relatives) if the integrand contains a generalized function. This heuristic can be annoying.

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

Group Abstract Group Abstract