Skip to main content

SageMath Implementation of Riemann–Liouville DifferIntegral Operator

Project description

DifferIntegral-Sage

SageMath Implementation of Riemann–Liouville DifferIntegral Operator

Usage

Install with sage -pip install differintegral_sage

Import with from differintegral_sage import differ_integral

Example

Take the 1.5th derivative:

x = var('x')
differ_integral(x**2 + 3, x, 1.5)

Arguments

Keyword arguments: func -- Function to operate on variable -- The variable to act with respect to order -- The order to integrate or differentiate to. Positive values are derivatives, negative are integrals.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

differintegral_sage-1.0.0.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

differintegral_sage-1.0.0-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page