Vous êtes sur la page 1sur 2

FCC Toolbox Package

Table of Contents
Copy right and Version ........................................................................................................ 1
Description ......................................................................................................................... 1
References ......................................................................................................................... 1
Future versions ................................................................................................................... 2
External References ............................................................................................................. 2
Add Paths .......................................................................................................................... 2
Fractional Collocation Differentiation Matrices ........................................................................ 2
Solving linear delayed fractional differential equations (only Single delay equation) ........................ 2
The Fractional Chebyshev Collocation (FCC) Solver for solving a system of fractional differential equations (FDEs)
with discrete delays.

Copy right and Version


Version: v1.0.1
DATE: 10 Jan 2017
MATLAB: R2016a
Copyright (C) Arman Dabiri

Description
The FCC package overcomes several limitations of current numerical methods for solving linear FDEs.
For instance, the FCC method can be used for linear incommensurate order FDEs and it does not require
to be in canonical form. The essence of the method is that a discretization of the solution at the Chebyshev
Gauss-Lobatto collocation points results in having spectral convergence and smaller computation time
compared to finite difference methods. To accomplish this, a fractional differentiation matrix is derived
at the Chebyshev Gauss-Lobatto collocation points by using the discrete orthogonal relationship of the
Chebyshev polynomials. Then, using two proposed discretization operators for matrix functions results in
an explicit form of solution for a system of linear FDEs with discrete delays. Moreover, it is shown that
the proposed method can treat two common classes of linear FDEs: a system of linear commensurate order
FDEs and a system of linear fractional-order delay-differential equations.

References
Please check our papers for more details about the algorithm and its application.
GOOGLE SCHOLAR
RESEARCHGATE
HOMEPAGE
You can check the following papers:

FCC Toolbox Package

1. A. Dabiri, E. A. Butcher, and M. Nazari. "Coefficient of restitution in fractional viscoelastic compliant


impacts using fractional Chebyshev collocation." Journal of Sound and Vibration 388 (2017): 230-244.
2. A. Dabiri, M. Nazari, and E. A. Butcher, "Optimal Fractional State Feedback Control for Linear Fractional Periodic Time Delayed Systems," in Proc. American Control Conference, (Boston, MA, USA),
IEEE, 2016.
3. A. Dabiri, M. Nazari, and E. A. Butcher, "The Spectral Parameter Estimation Method for Parameter
Identification of Linear Fractional Order Systems," in Proc. American Control Conference, (Boston,
MA, USA), IEEE, 2016.

Future versions
We plan to develop this toolbox for the following cases:
1. nonlinear fractional differential equations.
2. Multiple delays systems
3. Fractional PDEs.
NOTE: Please check our webpages later for updates.

External References
The fddes package is enhance with %POWERM_PADE The Schur-Pade algorithm for an arbitrary matrix
power. Please Check Reference:
# N. J. Higham and L. Lin, A SchurPad Algorithm for Fractional Powers of a Matrix. MIMS EPrint 2010.91,
The University of Manchester, October 2010, revised February 2011.

Add Paths
addpath tools_

Fractional Collocation Differentiation Matrices


Examples_FCDMs

Solving linear delayed fractional differential


equations (only Single delay equation)
Examples_FDDEs
Published with MATLAB R2016a

Vous aimerez peut-être aussi