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
inttrans[mellin] - Mellin transform
Calling Sequence
mellin(expr, x, s)
Parameters
expr
-
expression to be transformed
x
variable expr is transformed with respect to x
s
parameter of transform
opt
option to run this under (optional)
Description
The function mellin computes the Mellin transform (M(s)) of expr (m(x)) with respect to x, using the definition
Some expressions involving exponentials, polynomials, algebraic functions, trigonometrics (sin, cos, , cosh) or various special functions can be transformed. The procedure will be able to obtain the Mellin transforms of all the functions of the type as long as the Mellin transform of is known.
The mellin function attempts to reduce the expression according to a set of simplification rules and then tries to match the reduced expression against an internal table of basic Mellin transforms.
Users can add their own functions to mellin's internal lookup table by using the addtable function.
If the option opt is set to 'NO_INT', then the program will not resort to integration of the original problem if all other methods fail. This will increase the speed at which the transform will run.
The command with(inttrans,mellin) allows the use of the abbreviated form of this command.
Examples
See Also
dsolve, inttrans, inttrans[addtable], inttrans[invmellin]
Download Help Document