Solve the problems for your appropriate course track. Problems probe understanding of the definitions and results from the module on function approximation through linear combination. Formulate your answers clearly, cogently, and include a concise description of your approach. Each question is meant to be completely answered within ten minutes. Allowed test time is 75 minutes.
Construct the polynomial interpolant of data in Lagrange form.
Construct the Newton form of the polynomial interpolant of the above data set, presenting the table of divided differences.
Efficiently evaluate the Newton form of the polynomial interpolant determined above at , using Horner's scheme. Present a pseudo-code algorithm.
Replace the sampling points , in the data set so as to minimize the interpolation error over the interval .
Construct the Hermite interpolant of data in Newton form.
Construct the Hermite interpolant of the above data in the Lagrange form
where , , , .
Present a spline interpolant of data set , , where the restriction of to interval is of the form
Find the best inf-norm approximants of , by polynomials of degree .