Death Code


The polynomial is degree {{ polynomial.degree }}, so you'll need at least {{ polynomial.degree + 1 }} points to find it

{% for i in range(polynomial.degree + 1) %}
{% endfor %}

Once you get the value of f(0), go to https://rip.andrewkdinh.com/f(0)


Here's resources with more information (for now, just contact info for others with a coordinate). Password should've been given to you


Some other tools to do Lagrange/polynomial interpolation: