Companion Website

Computational Physics

From Equations to Simulation

Chapter 5

Interpolation

This chapter develops interpolation as the connection between discrete numerical data and continuous functions. It introduces polynomial interpolation, examines interpolation error and the Runge phenomenon, discusses Chebyshev node placement and finite-difference forms for equally spaced data, and develops cubic spline interpolation as a practical and stable approach for scientific computing.

In this chapter

  1. 5.1 What interpolation does
  2. 5.2 General polynomial interpolation
  3. 5.3 Spline interpolation
  4. 5.4 Interpolation versus data fitting
  5. 5.5 Summary and practical guidelines
  6. 5.6 Computational exercises and projects

Companion resources