FourierSinTransform
Usage
• FourierSinTransform[expr, t, ] gives the symbolic Fourier sine transform of expr. • FourierSinTransform[expr, { , , ... }, { , , ... }] gives the multidimensional Fourier sine transform of expr.
Notes
• The Fourier sine transform of a function  is by default defined to be  . • 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 Fourier sine transform computed by FourierSinTransform is  . • New in Version 4.
|