Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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