Polynomial Interpolation
Unisolvence Theorem
Given data pairs with distinct , there is a unique polynomial of degree not exceeding that interpolates this data.
When there are very few points (<6), we do Polynomial Interpolation
- Vandermonde Matrix (monomial basis)
- Lagrange Form (Interpolation) (Lagrange basis)