Mittag-Leffler function

版本 1.2.0.0 (2.7 KB) 作者: Igor Podlubny
Calculates the Mittag-Leffler function with desired accuracy.
11.1K 次下载
更新时间 2012/9/7

查看许可证

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 (2024). Mittag-Leffler function (https://www.mathworks.com/matlabcentral/fileexchange/8738-mittag-leffler-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Special Functions 的更多信息

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.
(2) Addressed the issue reported by Li Jackie. It was caused by rounding errors during computations.

1.0.0.0

minor update (thanks to Dominik Sierociuk for his feedback)