1. Newton's divided difference interpolation is a method for interpolating or finding function values between given data points. It involves constructing polynomials that pass through the given points.
2. The method works by first constructing lower degree Newton polynomials that fit the existing data points, then adding higher degree terms to fit additional points. These terms involve divided differences of the function values at the data points.
3. The general Newton interpolation formula expresses the interpolating polynomial as a sum of terms, with each term being a product of divided differences and factors corresponding to the distances between the interpolated point and data points.