Math Problem Statement

mn_lab2.pdf

687.66 KB

mn_w2.pdf

3.49 MB

wykonaj zad 2.1 i 2.2 i rozpisz wszystkie działania które wykonales

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Newton Interpolation
Lagrange Interpolation

Formulas

f[x_0, x_1] = (f(x_1) - f(x_0)) / (x_1 - x_0)
f[x_0, x_1, x_2] = (f[x_1, x_2] - f[x_0, x_1]) / (x_2 - x_0)
W(x) = f(x_0) + f[x_0, x_1](x - x_0) + f[x_0, x_1, x_2](x - x_0)(x - x_1)
W(x) = sum_{j=0}^{n} y_j * L_j(x)

Theorems

Newton's Interpolation Theorem
Lagrange Interpolation Theorem

Suitable Grade Level

University (Numerical Methods)