![]() |
VOOZH | about |
transforms.mellin_transform() method, we can compute the mellin transform F(s) of f(x).
👁 Image
Syntax : transforms.mellin_transform(f, x, s)
Return : Return the fundamental strip and auxiliary convergence conditions.
Example #1 :
In this example we can see that by using transforms.mellin_transform() method, we are able to compute the mellin transformation and return the fundamental strip and auxiliary convergence conditions.
Output :
(gamma(s), (0, oo), True)Example #2 :
(2, (0, oo), True)