Expt 2_Interpolation_PPT
Expt 2_Interpolation_PPT
𝑃 𝑥 ↔ ∅(𝑥) is the
Interpolating Polynomial.
%&" (&"
(𝑥 − 𝑥( )
𝑓 𝑥 ≈ 𝑃" 𝑥 = 9 𝑓(𝑥% ) :
(𝑥% − 𝑥( )
%&' (&'
()%
𝑃D 2 = 0.4620981
𝑃E 2 = 0.5658444
It should be noted that the foregoing approach is not the most efficient method that is
available to determine the coefficients of an interpolating polynomial because:
■ The given system of equations is usually ill-conditioned.
■ Whether they are solved with an elimination method or with a more efficient
algorithm, the resulting coefficients can be highly inaccurate, particularly for large n.
■ When used for a subsequent interpolation, they often yield erroneous results.
■ For interpolation problems, we prefer to work with Newton & Lagrange Interpolating
Polynomials.