InverseFourierCosTransform
Usage
• InverseFourierCosTransform[expr, , t] gives the symbolic inverse Fourier cosine transform of expr. • InverseFourierCosTransform[expr, { , , ... }, { , , ... }] gives the multidimensional inverse Fourier cosine transform of expr.
Notes
• The inverse Fourier cosine 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 InverseFourierCosTransform is  . • New in Version 4.
|