|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InverseFourierSinTransform
InverseFourierSinTransform[expr,
, t]
gives the symbolic inverse Fourier sine transform of expr.
InverseFourierSinTransform[expr, {
1,
2, ...}, {t1, t2, ...}]
gives the multidimensional inverse Fourier sine transform of expr.
Details and OptionsDetails and Options
- The inverse Fourier sine transform of a function
is by default defined as
. - Other definitions are used in some scientific and technical fields.
- Different choices of definitions can be specified using the option FourierParameters.
- With the setting FourierParameters->{a, b} the inverse Fourier transform computed by InverseFourierSinTransform is
. - Assumptions and other options to Integrate can also be given in InverseFourierSinTransform.
New in 4
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

