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

Online Help

All Products    Maple    MapleSim


convert/Int

convert to inert integral representation

convert/int

convert to integral representation

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

convert( expr, Int, opts )

convert( expr, int, opts )

Parameters

expr

-

valid Maple expression, equation, set, list, or similar structure

opts

-

(optional) arguments as described in convert/to_special_function

Description

• 

The convert(expr, Int) command replaces occurrences of mathematical functions by their integral representations using the inert form Int. It does not attempt to compute the integrals. This conversion facility accepts the optional arguments explained in convert/to_special_function so that you can restrict its application. By default, when possible, all mathematical functions are converted.

• 

The convert(expr, int) command replaces occurrences of the inert form Int by the active form int, and then attempts to compute the integrals. This function also replaces any integral transforms,

FunctionAdvisor(integral_transforms);

The 11 functions in the "integral_transforms" class are:

fourier,fouriercos,fouriersin,hankel,hilbert,invfourier,invhilbert,invlaplace,invmellin,laplace,mellin

(1)
  

in an expression by the mathematically equivalent active form using int, and then attempts to compute the integrals. The exception to this is the inverse Laplace transform, which would require a convolution integral. It cannot be represented in Maple. By default, only the integral transforms mentioned above and occurrences of the inert Int are converted into active integrals. To override this default use the optional arguments described in convert/to_special_function.

Examples

withinttrans:

eefourierft,t,s+mellinhx,x,y

ee`?`+`?`

(2)

convertee,int

ftⅇ−Itsⅆt+0hxxy1ⅆx

(3)

convertee,Int

ftⅇ−Itsⅆt+0hxxy1ⅆx

(4)

FunctionAdvisorEi_relatedz

The 7 functions in the "Ei_related" class are:

Chiz,Ciz,Eiz,Liz,Shiz,Siz,Ssiz

(5)

mapuu=convertu,Int,

Chiz=γ+lnz+0zcosh_k11_k1ⅆ_k1,Ciz=γ+lnz+0zcos_k11_k1ⅆ_k1,Eiz=Eiz,Liz=Liz,Shiz=0zsinh_k1_k1ⅆ_k1,Siz=0zsin_k1_k1ⅆ_k1,Ssiz=0zsin_k1_k1ⅆ_k1π2

(6)

convert1,int

Ssiz=Sizπ2

(7)

simplifylhsrhs

0

(8)

Note that some conversions are possible only under assumptions.

FunctionAdvisorInt,Β

* Partial match of "Int" against topic "integral_form".

Βx&comma;y=01_k1x11_k1y1&DifferentialD;_k1&comma;0<x0<y

(9)

Therefore, the following is not converted.

convertΒa&comma;z&comma;Int

Βa&comma;z

(10)

The conversion occurs only when you specify the proper assumptions.

convertΒa&comma;z&comma;IntassumingAnd0<a&comma;0<z

01_k1a11_k1z1&DifferentialD;_k1

(11)

See Also

assuming

convert

convert/to_special_function

FunctionAdvisor

Int

int

inttrans

map

simplify