Generalized Generalized Mittag-Leffler function
No License
% Generalized Generalized Mittag-Leffler function
% Reference:
% [1] A.K. Shukla ?, J.C. Prajapati. "On a generalization of Mittag-Leffler
% function and its properties" J. Math. Anal. Appl. 336 (2007) 797–811
% [2] A. A. KILBAS, M. SAIGOb, and R. K. SAXENA, “Generalized
% Mittag-Leffler function and generalized fractional calculus operators,”
% Integral Transforms and Special Functions, v. 15, No. 1, 2004, pp. 31–49.
% Prepared by YangQuan Chen. 09/16/2008
% Based on the ml_fun code in Dingyu Xue, YangQuan Chen* and Derek Atherton.
% “Linear Feedback Control – Analysis and Design with Matlab”. SIAM Press, 2007,
% ISBN: 978-0-898716-38-2. (348 pages)
% Using notations in [1]
% a: \alpha \in C, and \re{\alpha) >0
% b: \beta \in C, and \re{\beta) >0
% c: \gamma \in C, and \re{\gamma) >0
% d: q \in (0,1) \union N
% x: the variable
% eps0: specified accuracy
% Definition in [1]
% E_{\alpha,\beta}^{\gamma, q} (z) =
% \sum_{n=0}^{\infty} (z^n/n!) (\gamma)_{qn} / \Gamma(\alpha n +\beta)
% see also:
% http://www.mathworks.com/
% matlabcentral/fileexchange/loadFile.do?objectId=20849&objectType=FILE
% GML_FUN is the special case of GGML_FUN when q=1
% Note: GGML_FUN converges absolutely when q< \re{\alpha) + 1
Cite As
YangQuan Chen (2024). Generalized Generalized Mittag-Leffler function (https://www.mathworks.com/matlabcentral/fileexchange/21454-generalized-generalized-mittag-leffler-function), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Acknowledgements
Inspired by: Generalized Mittag-Leffler function
Inspired: Lorenzo-Hartley G-function (lhg_fun)
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |