Jump to content

Basis function

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Luispauloml (talk | contribs) at 04:16, 4 January 2018 (See also: (misspelling)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, a basis function is an element of a particular basis for a function space. Every continuous function in the function space can be represented as a linear combination of basis functions, just as every vector in a vector space can be represented as a linear combination of basis vectors.

In numerical analysis and approximation theory, basis functions are also called blending functions, because of their use in interpolation: In this application, a mixture of the basis functions provides an interpolating function (with the "blend" depending on the evaluation of the basis functions at the data points).

Examples

Polynomial bases

The collection of quadratic polynomials with real coefficients has {1, t, t2} as a basis. Every quadratic polynomial can be written as a1+bt+ct2, that is, as a linear combination of the basis functions 1, t, and t2. The set {(t−1)(t−2)/2, −t(t−2), t(t−1)/2} is another basis for quadratic polynomials, called the Lagrange basis [citation needed] . The first three Chebyshev polynomials form yet another basis.

Fourier basis

Sines and cosines form an (orthonormal) Schauder basis for square-integrable functions. As a particular example, the collection:

forms a basis for L2(0,1).

References

  • Ito, Kiyoshi (1993). Encyclopedic Dictionary of Mathematics (2nd ed.). MIT Press. p. 1141. ISBN 0-262-59020-4. {{cite book}}: Cite has empty unknown parameter: |coauthors= (help)

See also