The sinc functions are defined as $S_0(x)=\frac{\sin (\pi x / h)}{\pi x / h}$, while $S_j(x)=S_0(x-j h)$ whenever $h>0$ and $j$ is an integer. We will interpolate a function $f(x)$ at the mesh points $x_j=j h, j=0, \ldots, n$, by a linear combination of sinc functions: $S(x)=$ $c_0 S_0(x)+\cdots+c_n S_n(x)$. What are the coefficients $c_j$ ? Graph and discuss the accuracy of the sinc interpolant for the functions $x^2$ and $\frac{1}{2}-\left|x-\frac{1}{2}\right|$ on the interval $[0,1]$ using $h=.25, .1$, and .025 .