Maple question: defining functions as inverse Fourier transforms

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
Messages
1,816
Reaction score
33
Hi,

I have a a Fourier transformed variable [itex]\hat{\eta}(k)[/itex] defined as the following:

[tex] \hat{\eta}(k)=\frac{e^{-k^{2}}\tanh k}{kU^{2}+(-B+\Omega U+E_{b}|k|-k^{2})\tanh k}[/tex]

The parameters [itex]U,B,\Omega,E_{b}[/itex] have all been defined previously. I have naively tried the following:

[tex] \eta :=\textrm{invfourier}(ETA,k,x)[/tex]

This doesn't work. What am I doing wrong?

Cheers
 
First thing what is ETA?, you should write ##\hat{\eta}## in this place.
Second, if you read the help in maple then you should add at the beginning of the code: "
upload_2016-6-27_23-4-42.png
"
I assume there's no easy term for the inverse Fourier transform of this expression, but you can get an implicit expression with integral by adding in the last place the syntax: "NO_INT".

I also assume that you read already the help so I don't really no where you get it wrong, perhaps show us your code?

BTW, I find mapleprimes.com as the best place for my questions regarding maple (I am not advertising it's just my experience).