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
import fderiv as fd first-derivative, second-derivative = fd.fderiv(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-1.0.tar.gz
(2.7 kB
view details)
File details
Details for the file fderiv-1.0.tar.gz
.
File metadata
- Download URL: fderiv-1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df38b93893bafb40606b50b83e2b8a87727c55ab525cd9275c8f87ad9058f60f |
|
MD5 | 38162df65f5ad54ac205ef1572e334b9 |
|
BLAKE2b-256 | a9441a25a265bc01a8dfcd3c508d10211e85bcb19ff06c457aa9d1d1f0b2699e |