Shared Flashcard Set

Details

Interpolation and Approximation
Polynomial interpolation; Piecewise polynomial interpolation; Trigonometric interpolation; Orthogonal polynomials; Polynomial approximation
25
Computer Science
Graduate
03/03/2014

Additional Computer Science Flashcards

 


 

Cards

Term
Existence and Uniqueness of Interpolant
Definition

If too few parameters, does not exist.

If too many parameters, not unique

 

Term
Vandermonde Matrix
Definition
[image]
Term
Lagrange Basis Functions
Definition
[image]
Term
Lagrange Interpolation
Definition
[image]
Term
Newton Basis Functions
Definition
[image]
Term
Newton Interpolation
Definition
[image]
Term
Divided Differences
Definition

An alternative method for computing coefficients xk of the Newton polynomial interpolant recursively.

[image]

Term
Hermite Interpolation
Definition
Derivatives as well as values of interpolating function are specified at the data points.  Specifying derivatives adds more equations.  Usually piecewise cubic polynomials as interpolants.  4(n-1) parameters (n-1 cubics, each has 4 parameters).  n free parameters (only use 3n-4)
Term
Convergence and Error Bound for Polynomial Interpolation of a Continuous Function
Definition
The error diminishes as n increases (and hence h decreases) but only if |f(n)(t)| does not grow too rapidly with n.  Polynomial interpolant of high degree -- expensive and poorly determined coefficients.  Poly of degree n has n-1 inflection points. (Many wiggles).
Term
Runge Phenomenon
Definition
Oscillation at the edges of an interval occurs when using polynomial interpolation with polynomials of high degree over a set of equispaces interpolation points.  Error is zero at the points, but between points is worse for higher degree.
Term
Chebyschev points
Definition

The kth Chebyshev polynomial is definted on the interval [-1,1] by Tk(t) = cos(k arccos(t)).

T0(t) = 1

T1(t) = t

Tk+1(t)=2tTk(t)-Tk-1(t)

Term
Taylor Polynomial
Definition

Given by truncated Taylor series

[image]

Term
Hermite Cubic Interpolation
Definition

4(n-1) parameters:

n-1 different cubics, each with 4 parameters

Interpolating data gives 2(n-1) equations because each of the n-1 cubics must match on either end of subinterval.  Derivative to be continuous gives n-2 additional because derivatives must match at each of n-2 interior points.

Term
Splines
Definition
A piecewise polynomial of degree k that is continuously differentiable k-1 times.  A linear spline is piecewise linear poly, degree one, continuous, but not differentiable.
Term
Cubic Spline Interpolation
Definition
Interpolating data and requiring continuity of first and second derivatives requires 4n-6, so 2 free parameters
Term
Natural Cubic Spline
Definition
Use two free paramters to force the second derivative to be zero at the endpoints
Term
Discrete Fourier Transform
Definition

The sequence y = [y0, ..., yn-1]T given by

 [image]

Can be written in matrix form y = Fnx where 

{Fn}mknmk

Fn - complex symmetric Vandermonde

Term
Fast Fourier Transform
Definition
The DFT of an n-point sequence can be computed by breaking it into two DFTs of half the length, provided n is even.
Term
FFT Algorithm
Definition
[image]
Term
Orthogonal Polynomial Inner Product
Definition
[image]
Term
Orthogonal Polynomials: Gram-Schmidt Orthogonalization
Definition
Given a set of polynomials, Gram-Schmidt can be used to generate an orthonormal set spanning the same space.
Term
Legendre Polynomials
Definition
Apply Gram-Schmidt to set of monomials and scale results so that Pk(1) = 1 for all k.
Term
Chebyshev Polynomials
Definition
Tk(t) = cos(k arccos(t))
Term
Weierstrass Approximation Theorem
Definition
Every continuous function defined on a closed interval [a,b] can be uniformly approximated as closely as desired by a polynomial function.
Term
Least Squares Polynomial Approximation
Definition
Polynomial best fit in least-squares sense minimizes the sum of squares residuals (differences between observed value and fitted value).
Supporting users have an ad free experience!