Kilbas and Saigo Function

Computes the Kilbas-Saigo function in terms of the parameters alpha and beta with desired accuracy.
58 descargas
Actualizado 29 may 2020

Ver licencia

This function was used in the paper, "Fractional Order Complexity Model of the Diffusion Signal Decay in MRI" by Richard L Magin, Hamid Karani, Shuhong Wang and Yingjie Liang, (Mathematics 2019, 7, 348 (16 pages); doi:10.3390/math7040348).

The Kilbas-Saigo model is defined by Equations (5) and (8) in the paper, "Fractional Models of Anomalous Relaxation Based on the Kilbas and Saigo Function," by E. Capelas de Oliveira, F. Mainardi, and J. Vaz Jr. and published in the journal, Meccanica 2014, Volume 49, Issue 9, pp 2049-2060.

The computation utilizes MATLAB's variable-precision floating-point arithmetic (VPA). The number of terms needed in the power series is set by the accuracy specified for the input parameter 'eps0'. This version of the Kilbas-Saigo function is monotonically decreasing for alpha + beta < 1.

The file KS_examples.m plots the Kilbas-Saigo decay curves displayed in Figures 5-7 in the Mathematics paper cited above.

Citar como

Richard Magin (2024). Kilbas and Saigo Function (https://www.mathworks.com/matlabcentral/fileexchange/70999-kilbas-and-saigo-function), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2019a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Dynamic System Models en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.3

Complete reference added for Magin et al., Mathematics 2019, 7, 348 (16 pages); doi:10.3390/math7040348

1.0.2

Edits to KS_examples file

1.0.1

Changed the name of the file from KS to Kilbas and Saigo Function.

1.0.0