Methods for Caputo Fractional Derivative#

This module provides numerical methods for integrating Caputo fractional derivative equations.

CaputoEuler(f, alpha, num_step, inits[, dt, ...])

One-step Euler method for Caputo fractional differential equations.

CaputoL1Schema(f, alpha, num_step, inits[, ...])

The L1 scheme method for the numerical approximation of the Caputo fractional-order derivative equations [3]_.