Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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