Skip to main content

Five point derivatives

Project description

fderiv package

Introduction

This package contains derivative function.It calculates the derivatives of a given arrays of x values and function values. It returns first and second order derivatives using the five point method.
** The minimum size of array should be 5 for both x and y values.**

Files

fderiv.py

Installation

$ pip install fderiv

Usage

from fderiv import fderiv
first-derivative, second-derivative = fderiv.fd5pt(x, y)

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

fderiv-0.1.2.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

fderiv-0.1.2-py3-none-any.whl (3.1 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