convert/Int - convert to inert integral representation
convert/int - convert to integral representation
|
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:
| |
| (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
|
|
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
The 7 functions in the "Ei_related" class are:
| |
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
Note that some conversions are possible only under assumptions.
>
|
|
* Partial match of "Int" against topic "integral_form".
| |
| (9) |
Therefore, the following is not converted.
>
|
|
| (10) |
The conversion occurs only when you specify the proper assumptions.
>
|
|
| (11) |
|
|
Download Help Document
Was this information helpful?