Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the inttrans Package

 

Calling Sequence

Description

List of inttrans Package Commands

Examples

Calling Sequence

inttrans[command](arguments)

command(arguments)

Description

• 

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.

List of inttrans Package Commands

• 

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.

Examples

withinttrans:

laplacesin2t+3,t,s

sin3s+2cos3s2+4

(1)

invlaplace,s,t

sin3cos2t+cos3sin2t

(2)

combine,trig

sin2t+3

(3)

fouriertexp3tHeavisidet,t,w

13+Iw2

(4)

See Also

dsolve

UsingPackages

with