Spline (mathematics)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In mathematics, a spline is a numeric function that is piecewise-defined by polynomial functions, and which possesses a high degree of smoothness at the places where the polynomial pieces connect (which are known as knots).

Description

In interpolating problems, spline interpolation is often preferred to polynomial interpolation because it yields similar results to interpolating with higher degree polynomials while avoiding instability due to Runge's phenomenon.

In computer graphics, parametric curves whose coordinates are given by splines are popular because of the simplicity of their construction, their ease and accuracy of evaluation, and their capacity to approximate complex shapes through curve fitting and interactive curve design.

The most commonly used splines are cubic spline, i.e., of order 3—in particular, cubic B-spline, which is equivalent to C2 continuous composite Bézier curves.

They are common, in particular, in spline interpolation simulating the function of flat splines.

Etymology

The term spline is adopted from the name of a flexible strip of metal commonly used by drafters to assist in drawing curved lines.

See also

External links