-
大小: 12KB文件类型: .m金币: 1下载: 0 次发布日期: 2021-01-09
- 语言: Matlab
- 标签: Mittag-Leffl
资源简介
计算Mittag-Leffler函数的一个源程序,代码由Roberto Garrappa编写
代码片段和文件信息
function E = ml(zalphabetagama)
%
% Evaluation of the Mittag-Leffler (ML) function with 1 2 or 3 parameters
% by means of the OPC algorithm [1]. The routine evaluates an approximation
% Et of the ML function E such that |E-Et|/(1+|E|) approx 1.0e-15
%
%
% E = ML(zalpha) evaluates the ML function with one parameter alpha for
% the corresponding elements of z; alpha must be a real and positive
% scalar. The one parameter ML function is defined as
%
% E = sum_{k=0}^{infty} z^k/Gamma(alpha*k+1)
%
% with Gamma the Euler‘s gamma function.
%
%
% E = ML(zalphabeta) evaluates the ML function with two parameters alpha
% and beta for the corresponding elements of z; alpha must be a real and
% positive scalar and beta a real scalar. The two parameters ML function is
%
- 上一篇:KNN算法matlab,wine分类
- 下一篇:matlab在线性代数中的应用
评论
共有 条评论