Mittag-Leffler function
This is a MATLAB routine for evaluating the Mittag-Leffler function with two parameters (sometimes also called generalized exponential function).
The Mittag-Leffler function with two parameters plays an important role and appears frequently in solutions of fractional differential equations (i.e. differential equations containing fractional derivatives).
USAGE:
MLF(alpha,beta,Z,P) is the Mittag-Leffler function E_{alpha,beta}(Z) evaluated with accuracy 10^(-P) for each element of Z.
Update 2009-03-25:
(1) Now Z can also be a two-dimensional array.
(2) Addressed the issue reported by Li Jackie. It was caused by rounding errors during computations.
Update 2012-09-07:
(1) Addressed the potential issue reported by Brian Bigler.
(2) Code clean up.
인용 양식
Igor Podlubny (2025). Mittag-Leffler function (https://kr.mathworks.com/matlabcentral/fileexchange/8738-mittag-leffler-function), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
도움
도움 준 파일: Mittag-Leffler filter, Global Pade Approximation of the Mittag-Leffler function, MCFD Toolbox, lrtfm/Mittag-Leffler-Function, Mittag-Leffler 2D filter for image processing
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!| 버전 | 게시됨 | 릴리스 정보 | |
|---|---|---|---|
| 1.2.0.0 | Addressed the potential issue reported by Brian Bigler. Code clean up. |
||
| 1.1.0.0 |
(1) Now Z can also be a two-dimensional array.
|
||
| 1.0.0.0 | minor update (thanks to Dominik Sierociuk for his feedback) |
