Skip to content
Pandas edited this page Feb 25, 2017 · 6 revisions

Welcome to the Computational algorithms wiki!

Lab 1

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

Lab 2

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

Clone this wiki locally