Cubic spline interpolation
Performs and visualizes a cubic spline interpolation for a given set of points.
https://tools.timodenk.com/cubic-spline-interpolation
Example
-1.5 -1.2
-.2 0
1 0.5
5 1
10 1.2
15 2
20 1
Points
Equation
By default, the algorithm calculates a "natural" spline. Details about the mathematical background of this tool and boundary conditions can be found here.
x-value
Graph
P0
P1
P2
P3
P4
P5
P6
LaTeX
Additional information
Cubic spline interpolation is a mathematical method commonly used to construct new points within the boundaries of a set of known points. These new points are function values of an interpolation function (referred to as spline), which itself consists of multiple cubic piecewise polynomials. Read more
No hay comentarios:
Publicar un comentario