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
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for cubic_interpolate-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 15958b7d27c3d439897187a14b51b18b37dd478466c4208d8735dff6240c1e12 |
|
MD5 | c93793a199f482727b1dcf2a9648a7c4 |
|
BLAKE2b-256 | 2662418bc6dcd0e105718f725145842819203938fe9dfa801089951ca978b50a |