Find the cubic interpolation for a given data
Project description
Cubic Interpolation
This package helps you find the cubic interpolation for a given points(x,y) using the matrix form.
It has the method "c_interp" which return a plot of the cubic interpolation. it takes two parameters (x,y)
x: an array that holds the x-coordinates of the given data.
y: an array that holds the y-coordinates of the given data.
Instructions:
First you must install the following packages:
-
Numpy:
pip install numpy
-
Matplotlib:
pip install matplotlib
Install the package:
pip install cubic_interpolate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cubic_interpolate-0.1.2-py3-none-any.whl.
File metadata
- Download URL: cubic_interpolate-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15958b7d27c3d439897187a14b51b18b37dd478466c4208d8735dff6240c1e12
|
|
| MD5 |
c93793a199f482727b1dcf2a9648a7c4
|
|
| BLAKE2b-256 |
2662418bc6dcd0e105718f725145842819203938fe9dfa801089951ca978b50a
|