Unisolvent functions
A collection of n functions f1, f2, ..., fn is unisolvent on domain Ω if the vectors
are linearly independent for any choice of n distinct points x1, x2 ... xn in Ω. Equivalently, the collection is unisolvent if the matrix F with entries fi(xj) has nonzero determinant: det(F) ≠ 0 for any choice of distinct xj's in Ω.
Unisolvent systems of functions are widely used in interpolation since they guarantee a unique solution to the interpolation problem. Polynomials are unisolvent by the Unisolvence theorem
Examples:
- 1, x, x^2 is unisolvent on any interval by the unisolvence theorem
- 1, x^2 is unisolvent on [0,1], but not unisolvent on [-1,1]
- 1, cos(x), cos(2x), ..., cos(nx), sin(x), sin(2x), ..., sin(nx) is unisolvent on [-pi,pi]
Systems of unisolvent functions are much more common in 1-dimension than in higher dimensions. In dimension 2+, the functions f1, f2, ..., fn cannot be unisolvent if there exists a single open set on which they are all continuous.
reference: Davis: Interpolation and Approximation p. 31-32