For each $j$, $C_j(x_i) = \delta_{ij}$, where $\delta_{ij}$ is the Kronecker delta, which equals 1 if $i = j$ and 0 otherwise.
- **For $C_0(x)$**: Interpolates $(0,1), (1,0), (2,0), (3,0)$.
- **For $C_1(x)$**: Interpolates $(0,0), (1,1), (2,0), (3,0)$.
- **For
Show more…