数值分析-牛顿插值源代码

时间:2013-10-15 15:56:33
【文件属性】:
文件名称:数值分析-牛顿插值源代码
文件大小:8KB
文件格式:RAR
更新时间:2013-10-15 15:56:33
程序 数值分析,方便计算工程数值模 program newton c...Polynomial reconstruction in Newton form. parameter(nmax=300,n1max=20000) double precision a(nmax),dd(nmax,nmax-1),sum,rmax double precision x(nmax),y(nmax),yy,t1,x2(n1max),y2(n1max) open(unit=9,file='newton.out') open(unit=10,file='interp.dat',status='old') c...Read points for interpolation
【文件预览】:
牛顿插值源代码
----interp2.dat, change2003-10-28,size70783b.txt(71KB)
----newton.f, change2003-10-28,size2898b.txt(3KB)
----interp1.dat, change2003-10-28,size70219b.txt(71KB)
----lagrange.f, change2003-10-28,size2831b.txt(3KB)

网友评论