搜索资源列表
-
0下载:
相关知识:通过n+1个节点的次数不超过n的Lagrange插值多项式为:
其中,Lagrange插值基函数 ,k=0,1,…,n。
实验用例: 已知函数y=f(x)的一张表:
x 0 10 20 30 40 50 60 70 80 90 100 110 120
y 5 1 7.5 3 4.5 8.8 15.5 6.5 -5 -10 -2 4.5 7
试验要求:利用Lagrange插值多项式 求被插值函数f(x)在点x=65处的近似值。建议:画出Lagrange插值多项
-
-
0下载:
1.n个节点分段Lagrange插值多项式;
2.使用格式y=lagrange(x0,y0,x,k);
3.输入项x0为n维插值节点向量,y0为n维被插函数值向量;
4.x为m维插值点向量,k为分段插值多项式次数,不超过3,缺省为k=1;
5.输出y为插值点x处的函数值;- 1.n a sub-node Lagrange interpolation polynomial 2. The use of the format y = lagrange (x0, y0,
-
-
0下载:
这是拉格朗日插值和牛顿插值的源代码,输入数据之后,可以输出函数-This is the Lagrange interpolation and Newton interpolation of source code, input data, you can output function
-
-
1下载:
应用拉格朗日插值法,进行曲线拟合,可生成拟合曲线显示图像-Application of the Lagrange interpolation method for curve fitting, curve fitting to generate display images
-
-
0下载:
这是一个实现拉格朗日插值的数学程序,也很经典。-This is a mathematical realization of Lagrange interpolation process is also very classic.
-
-
0下载:
拉格朗日插值法应用,对学习拉格朗日插值有很好的借鉴作用。-Lagrange interpolation method applied to the study and Lagrange interpolation good for reference.
-
-
0下载:
lagrange interpolation numerique
-
-
0下载:
Lagrange Interpolation
-
-
0下载:
实现拉格朗日插值的小程序,比较简单,但是结构清晰,易懂-a source code of the lagrange interpolation
-
-
0下载:
数值方法中拉格朗日插值法用C++语言编写-Numerical Methods in Lagrange interpolation
-
-
0下载:
使用matlab对插值方法进行编程计算 包括艾米特 拉格朗日等插值法-Matlab programming calculation including Amit Lagrange interpolation interpolation method
-
-
0下载:
基于mathcad的拉格朗日插值,只需要输入XY的值,在输入一个x值即可求得插值结果。-The mathcad Lagrange interpolation, you only need to enter the value of the XY interpolation results, enter a value of x can be obtained.
-
-
0下载:
拉格朗日插值法matlab源程序,具有通用性和可扩展性。-Lagrange interpolation matlab source, has the versatility and scalability.
-
-
0下载:
拉格朗日插值法、牛顿插值法C语言的实现,数值计算方法中常用-Lagrange interpolation, Newton interpolation realization of C language, commonly used numerical method
-
-
0下载:
lagrange多项式插值,满足插值条件的函数去逼近原函数-lagrange polynomial interpolation
-
-
0下载:
计算机辅助几何设计中属于拉格朗日插值和牛顿插值的部分-In computer aided geometric design belongs to the Lagrange interpolation and Newton interpolation part
-
-
0下载:
验证n次拉格朗日插值定理的源代码,对于拉格朗日插值定理有兴趣的朋友可以参考下。-To verify the source code of the n Lagrange interpolation theorem, the Lagrange interpolation theorem is of interest to friends can refer to
-
-
0下载:
拉格朗日插值函数,自己编的,供大家参考学习-Lagrange interpolation function, own, and for reference study
-
-
0下载:
拉格朗日线性插值方法,可用于曲线拟合,是一种重要的数值计算工具(Lagrange interpolation is an important method to fit the cubic or other even multiple-degree curve.)
-
-
2下载:
结合精密文件,使用拉格朗日插值计算卫星坐标(Using Lagrange interpolation to calculate satellite coordinates)
-