搜索资源列表
-
0下载:
* 用拉格朗日插值法依据N个已知数据点即使函数值
* 输入: n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* xx-插值点第一坐标
* 输出: 函数返回值所求插值点的第二坐标
-* Use Lagrange interpolation method based on N-known data points even function * Input : n -- known data poi
-
-
0下载:
1.拉格朗日插值
2.有理函数插值
3.三次样条插值
4.有序表的检索法
5.插值多项式
6.二元拉格朗日插值
7.双三次样条插值-1. Lagrange interpolation 2. Rational function interpolation 3. Cubic spline interpolation 4. Orderly table retrieval method 5. Interpolating polynomial 6. Dual Lagrange in
-
-
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下载:
N次拉格朗日向前插值计算公式通用程序及流程图-N times forward Lagrange interpolation formula for calculating general procedures
-
-
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下载:
Dynamic realization of the Lagrange interpolation
-
-
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下载:
C语言编程实现拉格朗日插值,供大家学习。-Lagrange interpolation in C programming
-
-
0下载:
Lagrange Interpolation
-
-
0下载:
拉格朗日插值,主要用于数值计算,有插值结果和余值估计等内容,主要适合于学习c#和想通过c#语言来实现数值计算程序编写的同学-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下载:
基于VS2008编写,程序很简单,算法很经典实用。提出一种基于三次拉格朗日插值的自适应图像缩放算法 该算法首先计算目标像素点周围三组源像素点的方差,选取方差最小的一组源像素点,然后采用三次拉格日插值公式求得目标像素点的灰度值实验结果表明,本文算法所得的目标图像边缘清晰,且算法复杂度较低,便于硬件实现,可以实现实时图像缩放。-Based on VS2008, the program has a very simple algorithm is very classic and practical.
-
-
0下载:
运用拉格朗日插值方法C语言编程,按照提示输入参数进行计算-Lagrange interpolation method using the C programming language, follow the prompts to enter the parameters were calculated
-
-
0下载:
拉格朗日插值法matlab源程序,具有通用性和可扩展性。-Lagrange interpolation matlab source, has the versatility and scalability.
-
-
0下载:
拉格朗日线性插值方法,可用于曲线拟合,是一种重要的数值计算工具(Lagrange interpolation is an important method to fit the cubic or other even multiple-degree curve.)
-