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
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