newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes.
软件应用简介

newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes.
newton2poly generates the polynomial formula given newton interpolation coefficients and x-coordinate interpolation nodes as:
p(x) = c(1) + c(2)*(x-nodes(1)) + c(3)*(x-nodes(1))*(x-nodes(2))…
INPUT:
c -> column vector containing newton polynomial coeffcients from the
function interpN(x, y)
nodes -> column vector containing x-coordinate interpolation points
OUTPUT:
p -> polynomial formula of newton interpolation
界面展示

结果示意

规格 价
0元试用 |
---|
0.0元人民币/月 |
声明:本站部分文章及图片源自用户投稿,如本站任何资料有侵权请您尽早请联系jinwei@zod.com.cn进行处理,非常感谢!