Polynomial interpolation involves finding a polynomial of order n that passes through the 1+n points. One of the methods of interpolation is called the direct method. Other methods include Newton’s divided difference polynomial method and the Lagrangian interpolation method. We will discuss the direct method in this chapter.