example of under-determined polynomial interpolation
Consider the followinginterpolation problem:
Given with to determineall cubic polynomials
such that
This is a linear problem. Let denote the vector space ofcubic polynomials. The underlying linear mapping is themulti-evaluation mapping
given by
The interpolation problem in question is represented by the equation
where is the unknown. One can recast the problem into thetraditional form by taking standard bases of and andthen seeking all possible such that
However, it is best to treat this problem at an abstract level,rather than mucking about with row reduction. The Lagrangeinterpolation formula gives us a particular solution, namely the linearpolynomial
The general solution of our interpolation problem is therefore givenas, where is a solution of the homogeneousproblem
A basis of solutions for the latter is, evidently,
The general solution to our interpolation problem is therefore
with arbitrary. The general under-determinedinterpolation problem is treated in an entirely analogous manner.