convert/Int
convert to inert integral representation
convert/int
convert to integral representation
Calling Sequence
Parameters
Description
Examples
convert( expr, Int, opts )
convert( expr, int, opts )
expr
-
valid Maple expression, equation, set, list, or similar structure
opts
(optional) arguments as described in convert/to_special_function
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
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.
with⁡inttrans:
ee≔fourier⁡f⁡t,t,s+mellin⁡h⁡x,x,y
ee≔`?`+`?`
convert⁡ee,int
∫−∞∞f⁡t⁢ⅇ−I⁢t⁢sⅆt+∫0∞h⁡x⁢xy−1ⅆx
convert⁡ee,Int
FunctionAdvisor⁡Ei_related⁡z
The 7 functions in the "Ei_related" class are:
Chi⁡z,Ci⁡z,Ei⁡z,Li⁡z,Shi⁡z,Si⁡z,Ssi⁡z
map⁡u↦u=convert⁡u,Int,
Chi⁡z=γ+ln⁡z+∫0zcosh⁡_k1−1_k1ⅆ_k1,Ci⁡z=γ+ln⁡z+∫0zcos⁡_k1−1_k1ⅆ_k1,Ei⁡z=Ei⁡z,Li⁡z=Li⁡z,Shi⁡z=∫0zsinh⁡_k1_k1ⅆ_k1,Si⁡z=∫0zsin⁡_k1_k1ⅆ_k1,Ssi⁡z=∫0zsin⁡_k1_k1ⅆ_k1−π2
convert⁡−1,int
Ssi⁡z=Si⁡z−π2
simplify⁡lhs−rhs⁡
0
Note that some conversions are possible only under assumptions.
FunctionAdvisor⁡Int,Β
* Partial match of "Int" against topic "integral_form".
Β⁡x,y=∫01_k1x−1⁢1−_k1y−1ⅆ_k1,0<ℜ⁡x∧0<ℜ⁡y
Therefore, the following is not converted.
convert⁡Β⁡a,z,Int
Β⁡a,z
The conversion occurs only when you specify the proper assumptions.
convert⁡Β⁡a,z,IntassumingAnd⁡0<ℜ⁡a,0<ℜ⁡z
∫01_k1a−1⁢1−_k1z−1ⅆ_k1
See Also
assuming
convert
convert/to_special_function
FunctionAdvisor
Int
int
inttrans
map
simplify
Download Help Document