Post Reply 
How to do Fourier Integrals on the HP Prime?
12-08-2019, 11:40 AM (This post was last modified: 12-14-2019 07:42 AM by Stevetuc.)
Post: #4
RE: How to do Fourier Integrals on the HP Prime?
Here are two methods on the prime to get same result as the fourier integral on page 16_46 of Hp50g AUG

Modified laplace transform of e^(-t)
Code:

1/(√(2*π))*subst(laplace(e^(-t),t,s),s = (i*w))

Integral
Code:

1/(√(2*π))*int(e^(-t)*e^(-(i)*w*t),t,0,∞)

Both give result
Code:

1/(√(2*π)*(i*w+1))

Simplify set to minimum

Ive verified that both forms agree for e^(-t)*sin(t) too.
       
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to do Fourier Integrals on the HP Prime? - Stevetuc - 12-08-2019 11:40 AM



User(s) browsing this thread: 1 Guest(s)