thegooglecodearchive / mpmath

Automatically exported from code.google.com/p/mpmath
Other
0 stars 0 forks source link

Support of Mittag Leffler function in mpmath #193

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
http://en.wikipedia.org/wiki/Mittag-Leffler_function

Original issue reported on code.google.com by nils...@googlemail.com on 8 Jun 2010 at 7:33

GoogleCodeExporter commented 9 years ago
Absolutely! This has been on my own wish list for a while.

It will just be a little work to implement it efficiently for large arguments 
(using either the integral formula or the asymptotic expansion).

(Feel free to request other functions as well :)

Original comment by fredrik....@gmail.com on 8 Jun 2010 at 8:07

GoogleCodeExporter commented 9 years ago
I accidentally stumbled upon this entry, let me just add I was recently looking 
for an algorithm for the ML-function myself, and there is one completely in 
pseudo-code available (based on int. representations and asympt. expansions) in 
the paper "Computation of the Mittag-Leffler function...." by Gorenflo, 
Loutchko and Luchko. Might save you some work.

Cheers, Kees

Original comment by keesvans...@gmail.com on 2 Jul 2010 at 7:18