Lagrange interpolation: turning points into a polynomial
1. What is a polynomial?
A polynomial is an expression built from a variable $x$, using only addition, multiplication, and non-negative integer exponents:
$$P(x) = 3x^2 + 2x + 1$$The degree is the highest power of $x$. The example above is degree 2 (...
luk3tech.hashnode.dev8 min read