Newton interpolation
Newton interpolation技术资料下载专区,收录127份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
共 127 份资源
源代码 1,819
Newton interpolation 热门资料
查看全部 127 份 →
PDF文档
Set of functions that can be used for interpolation of scattered data of any dimensionality.
Set of functions that can be used for interpolation of scattered data of any dimensionality....
PDF文档
原题:编写一个子程序NewTon(float x0
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。...