Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
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:
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
The 7 functions in the "Ei_related" class are:
Note that some conversions are possible only under assumptions.
* Partial match of "Int" against topic "integral_form".
Therefore, the following is not converted.
The conversion occurs only when you specify the proper assumptions.
See Also
assuming, convert, convert/to_special_function, FunctionAdvisor, Int, int, inttrans, map, simplify
Download Help Document