-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Pandas edited this page Feb 25, 2017
·
6 revisions
Task: Find the integral from 0 to 2 of this implict function: F(x, y)=e^(x^3 - y)-x^6+2x^3y + 2x^3-y^2-2y-2=0
Task: Newton interpolation method
IN: table of values, x (necessary to find), n (the degree of the polynomial)
OUT: real y(x), y(x) at interpolation, absolute error, ratio error