搜索资源列表
-
0下载:
艾尔米特等距插值。给定n个不等距节点的函数值及一阶导数值,使用埃尔米特插值公式计算指定插值点t处的函数近似值-Hermite Isometry Interpolation: to calculate the approximation of the function at the specified interpolation point t by using Hermite Isometry Interpolation function, which is based on the fun
-
-
0下载:
* 用埃特金插值法依据N个已知数据点计算函数值
* 输入: n--已知数据点的个数N-1
* x--已知数据点第一坐标的N维列向量
* y--已知数据点第二坐标的N维列向量
* xx-插值点第一坐标
* eps--求解精度
* 输出: 函数返回值所求插值点的第二坐标
-* Use Aitken interpolation method based on N-known data points calculation function * Input :
-
-
0下载:
在求n阶差商时,考虑有重节点的情况,使用Hermite插值法-seeking to n-poor, consider the weight of the nodes, the use of Hermite interpolation
-
-
0下载:
几个数值分析类MATLAB程序,内容如下:拉个朗日插值,三次样条插值法
,NEWTON插值,hermite插值,mewton形式的hermite插值,平方根法-several types of numerical analysis computer program, which reads as follows : Take a Long Day interpolation, cubic spline interpolation, Newton-interpolation, Hermite
-
-
1下载:
实验题目:Hermite插值多项式
相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为:
其中,Hermite插值基函数
数据结构:三个一维数组或一个二维数组
算法设计:(略)
编写代码:(略)
实验用例: 已知函数y=f(x)的一张表(其中 ):
x 0.10 0.20 0.30 0.40 0.50
y 0.904837 0.818731 0.740818 0.670320 0.606531
m
-
-
0下载:
5.7 埃尔米特不等距插值 enhmt.c 及实例enhmt0.c
5.8 埃尔米特等距插值 eehmt.c 及实例eehmt0.c
5.9 埃特金不等距逐步插值 enatk.c 及实例enatk0.c
5.10 埃特金等距逐步插值 eeatk.c 及实例eeatk0.c
5.11 光滑不等距插值 enspl.c 及实例enspl0.c-5.7 Hermite Interpolation enhmt.c and examples of non-isometric enhmt0.c
-
-
0下载:
求已知数据点的拉格朗日插值多项式
求已知数据点的艾特肯插值多项式
求已知数据点的均差形式的牛顿插值多项式
求已知数据点的前向牛顿差分插值多项式
求已知数据点的后向牛顿差分插值多项式
求已知数据点的高斯插值多项式
求已知数据点的埃尔米特插值多项式
求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值
求已知数据点的二次样条插值多项式及其插值点处的值
求已知数据点的第一类三次样条插值多项式及其插值点处的值
求已知数据点的第二类三次样条插值多项式及其插值点处
-
-
0下载:
Hermite插值多项式拟合Matlab程序。运用Matlab软件依据理论可画出Hermite插值图像,并求出Hermite多项式,并应用到实际问题中。-Hermite interpolation polynomial fitting Matlab program。Using Matlab software can be drawn based on the theory Hermite interpolation image, and find Hermite polynomials, and
-
-
0下载:
hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
-