Learn R Programming

polyMatrix (version 0.9.16)

newton: Build matrix of polynimal decomposition using Newton interpolation in Newton bais: (x-x_0), (x - x_0) * (x x_1)

Description

Build matrix of polynimal decomposition using Newton interpolation in Newton bais: (x-x_0), (x - x_0) * (x x_1)

Usage

newton(C, points)

Arguments

C

Matrix of values of polinomials in columns

points

point in which the values of polynomials were got

Value

Matrix of coefficients in columns (from higher degree to lower)