Newton-interpolation
Newton-interpolation技术资料下载专区,收录127份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
127
Newton-interpolation 热门资料
查看全部 127 份 →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.
2013-12-09
185
原题:编写一个子程序NewTon(float x0
原题:编写一个子程序NewTon(float x0,float eps,float x1)。它的功能是用牛顿迭代法求f(x)=x*x*x-2x*x+4x+1在x=0附近的一个实根。若迭代成功,则返回费0值;否则,返回0。
2015-03-23
66