Skip to main content

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:

  1. Numpy:

    pip install numpy

  2. Matplotlib:

    pip install matplotlib

Install the package:

pip install cubic_interpolate

Project details


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

cubic_interpolate-0.1.2-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