Skip to main content
Contents
Dark Mode Prev Up Next
\(\newcommand{\N}{\mathbb N}
\newcommand{\Z}{\mathbb Z}
\newcommand{\Q}{\mathbb Q}
\newcommand{\R}{\mathbb R}
\newcommand{\bu}{\boldsymbol{u}}
\newcommand{\bv}{\boldsymbol{v}}
\newcommand{\bw}{\boldsymbol{w}}
\newcommand{\bzero}{\boldsymbol{0}}
\DeclareMathOperator{\rad}{rad}
\DeclareMathOperator{\midpt}{midpt}
\DeclareMathOperator{\diam}{diam}
\DeclareMathOperator{\mig}{mig}
\DeclareMathOperator{\magn}{mag}
\DeclareMathOperator{\abs}{abs}
\newcommand{\lt}{<}
\newcommand{\gt}{>}
\newcommand{\amp}{&}
\definecolor{fillinmathshade}{gray}{0.9}
\newcommand{\fillinmath}[1]{\mathchoice{\colorbox{fillinmathshade}{$\displaystyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\textstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptstyle \phantom{\,#1\,}$}}{\colorbox{fillinmathshade}{$\scriptscriptstyle\phantom{\,#1\,}$}}}
\)
Chapter 4 Interpolation Theory and Practice
Interpolation is the act of finding a function that passes through a set of points. It is important first step in filling in gaps between data or approximating functions with simpler functions for computational purposes. In this chapter, we introduce interpolation, and show how and why it works.