-
大小: 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在線性代數中的應用
評論
共有 條評論