Overview of the inttrans Package
Calling Sequence
Description
List of inttrans Package Commands
Examples
inttrans[command](arguments)
command(arguments)
The inttrans package is a collection of commands designed to compute integral transforms. These transforms are used in many branches of mathematics, and are particularly useful when solving differential equations.
Each command in the inttrans package can be accessed by using either the long form or the short form of the command name in the command calling sequence.
The following is a list of available commands.
addtable
fourier
fouriercos
fouriersin
hankel
hilbert
invfourier
invhilbert
invlaplace
invmellin
laplace
mellin
savetable
To display the help page for a particular inttrans command, see Getting Help with a Command in a Package.
with⁡inttrans:
laplace⁡sin⁡2⁢t+3,t,s
sin⁡3⁢s+2⁢cos⁡3s2+4
invlaplace⁡,s,t
sin⁡3⁢cos⁡2⁢t+cos⁡3⁢sin⁡2⁢t
combine⁡,trig
sin⁡2⁢t+3
fourier⁡t⁢exp⁡−3⁢t⁢Heaviside⁡t,t,w
13+I⁢w2
See Also
dsolve
UsingPackages
with
Download Help Document