Newton's Method for Divided Differences.

版本 1.0.0.0 (1.6 KB) 作者: T. R.
Newton's Method for Divided Differences.
4.8K 次下载
更新 2010/7/15

查看许可证

Newton's Method for Divided Differences.

The following formula is solved:
Pn(x) = f(x0) + f[x0,x1](x-x0) + f[x0,x1,x2](x-x0)(x-x1) + ... + f[x0,x1,..,xn](x-x0)(x-x1)..(x-x[n-1])
Where:
f[x0,x1] = (f(x1-f(x0))/(x1-x0)
f[x0,x1,..,xn] = (f[x1,..,xn]-f[x0,..,x_[n-1]])/(xn-x0)

引用格式

T. R. (2026). Newton's Method for Divided Differences. (https://ww2.mathworks.cn/matlabcentral/fileexchange/28215-newton-s-method-for-divided-differences), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2006b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Systems of Nonlinear Equations 的更多信息
版本 已发布 发行说明
1.0.0.0