搜索资源列表
-
1下载:
埃尔米特差值多项式 利用Hermite插值多项式 求被插值函数f(x)在点x=0.55处的近似值-Difference between the use of Hermite polynomial Hermite interpolation polynomial interpolation functions demand is f (x) at point x = 0.55 at the approximate
-
-
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下载:
Source Code Archive
An Introduction to Numerical Analysis
with Applications to the Physical,
Natural and Social Sciences-neville.C
Neville s algorithm
divdiff.C
calculate the coefficients of the Newton form of t
-
-
0下载:
⑴Lagrange插值多项式
⑵Newton插值多项式
⑶Hermite插值多项式-⑴ Lagrange interpolation polynomial ⑵ Newton interpolation polynomial ⑶ Hermite interpolation polynomial
-
-
0下载:
calculate the coefficients of the Hermite interpolating polynomial
-
-
0下载:
The polynomial solutions of the Hermite differential equation, with n a non-negative integer, are
usually normed so that the highest degree term is 2z and called the Hermite polynomials
H z. The Hermite polynomials may be defined explicitly by
-
-
0下载:
高斯的Hermite正交规则-generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.
-
-
0下载:
实验题目: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
-
-
0下载:
求已知数据点的拉格朗日插值多项式
求已知数据点的艾特肯插值多项式
求已知数据点的均差形式的牛顿插值多项式
求已知数据点的前向牛顿差分插值多项式
求已知数据点的后向牛顿差分插值多项式
求已知数据点的高斯插值多项式
求已知数据点的埃尔米特插值多项式
求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值
求已知数据点的二次样条插值多项式及其插值点处的值
求已知数据点的第一类三次样条插值多项式及其插值点处的值
求已知数据点的第二类三次样条插值多项式及其插值点处
-
-
0下载:
AE反距离IDW、克里金Krige插值.txt
I显示方法.c
www.pudn.com.txt
三对角线追赶法.C
三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt
二分法.c
分段线性插值.c
列主元元素消元.C
利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt
反距离加权插值,貌似不好用IDWUtil.java
埃特肯.c
复合梯形法.c
复合辛普森.c
弦割法.c
操作复数的类Com
-
-
1下载:
计算高斯Hermite多项式的Matlab程序,并绘制2维和3为高斯Hermite多项式图。-Gaussian Hermite polynomial calculation Matlab program, and draw two-dimensional and three Gaussian Hermite polynomial map.
-
-
0下载:
详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插
值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
-
-
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插值多项式及其插值处的点-Hermite interpolation polynomial
-
-
0下载:
此程序主要是关于赫米特多项式的研究与C#中的实现-Hemet polynomial on research and C# implementation
-
-
0下载:
基于三次埃尔米特多项式推导出来的三次样条插值matlab程序,用于知道一阶导数边界条件的插值,不仅可以输出插值节点的值,还可以输出每一段的插值多项式,更重要的是还可以输出各插值点的一阶导数值。-This is a matlab code of cubic spline interpolation, which is derived the Hermite of three polynomials. It can be used only when the first derivative of
-
-
0下载:
HERMITE_PRODUCT_DISPLAY is a MATLAB program which displays an image of a function created by the Cartesian product of two Hermite polynomials, such as f(x,y) = h(3,x) * h(1,y).
There are five types of Hermite polynomial available. Perhaps the be
-
-
0下载:
多项式插值求解 案例 希望有所帮助 , 自带案列 和图(The program should include a function generalInterpolation(fs,xs) that finds the
interpolating polynomial including in cases where there are repeated points (inlcuding Hermite interpolation, where the points are doubled,
-