搜索资源列表
InterpolationHermiteIsometry
- 艾尔米特等距插值。给定n个不等距节点的函数值及一阶导数值,使用埃尔米特插值公式计算指定插值点t处的函数近似值-Hermite Isometry Interpolation: to calculate the approximation of the function at the specified interpolation point t by using Hermite Isometry Interpolation funct
InterpolationHermiteIsometry
- 艾尔米特等距插值。给定n个不等距节点的函数值及一阶导数值,使用埃尔米特插值公式计算指定插值点t处的函数近似值-Hermite Isometry Interpolation: to calculate the approximation of the function at the specified interpolation point t by using Hermite Isometry Interpolation funct
AiErMiTeChaZhi
- 给定n个节点xi[i=0,1,...,n-1]上的函数值yi=[xi]以及一届倒数值yi =f [xi],用埃尔米特插值公式计算指定插值点t处的函数近似值z=f[t]-Given n nodes xi [i = 0,1 ,..., n-1] on the function value yi = [xi], as well as previous numerical inverted yi ' = f' [xi], usin
ChaZhi
- 该文件中有拉格朗日插值算法,艾肯特插值算法,牛顿插值算法,高斯插值算法,埃尔米特插值算法的常见插值算法的代码。-The document in the Lagrange interpolation algorithm,艾肯特interpolation algorithm, the Newton interpolation algorithm, Gaussian interpolation algorithm, Hermite inter
nihe
- 二次拟合,方法使用最小二乘法,三次埃尔米特插值法-Quadratic fitting method using least squares, three Hermite interpolation
chazhi
- Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段
Interpolationformula
- 求相关插值公式matlab代码集 线性插值、埃尔米特内插公式等-Interpolation formula matlab
interpolation
- matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken inte
problemCSystem
- 数控系统中经常会用到样条插值,对于不封闭曲线,一般的样条插值,就能解决,但对于封闭曲线,首尾控制点的处理不当,传统的增加控制点的方法经常会出现不平滑,甚至锐角,本文就应用埃尔米特插值解决这一问题,并在Visual C++上进行仿真实现。-CNC systems are often used in spline interpolation, for non-closed curve, the general spline interpol
4
- 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 Sub
Hermite
- 埃尔米特差值多项式 利用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
Hermite
- 一篇文档,附代码,详细讲解埃尔米特插值的方法-A document attached to the code and explain in detail the method of Hermite
changweifenfangcheng
- 在matlab中,求解插值运算问题,求已知数据点的拉格朗日插值多项式 求已知数据点的艾特肯插值多项式 求已知数据点的均差形式的牛顿插值多项式 求已知数据点的前向牛顿差分插值多项式 求已知数据点的后向牛顿差分插值多项式 求已知数据点的高斯插值多项式 求已知数据点的埃尔米特插值多项式 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 求已知数据点的二次样条插值多项式及其插值点处的值 求已知数据点的
chazhi
- 求已知数据点的拉格朗日插值多项式 求已知数据点的艾特肯插值多项式 求已知数据点的均差形式的牛顿插值多项式 求已知数据点的前向牛顿差分插值多项式 求已知数据点的后向牛顿差分插值多项式 求已知数据点的高斯插值多项式 求已知数据点的埃尔米特插值多项式 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 求已知数据点的二次样条插值多项式及其插值点处的值 求已知数据点的第一类三次样条插值多项式及其插值点处
HermiteAndSubHermite
- 埃尔米特插值和分段埃尔米特插值,对船体型线绘制及其局部光顺具有一定作用-Hermite interpolation and piecewise Hermite interpolation drawn shiplines its local fairing has a certain role
interpolation-code
- 数值分析中常见的插值MATLAB源代码,包括牛顿插值,拉格朗日插值,埃尔米特插值等共19个源代码-Numerical analysis of common interpolation MATLAB source code, including Newton interpolation, Lagrange interpolation, Hermite interpolation, a total of 19 source code
hermite
- 适合计算方法初学者使用的埃尔米特插值程序 改变函数节点和值 即可-hermite interpolation
numerical_compute
- 多种曲线拟合方法,包括埃尔米特插值,差商,牛顿法,龙格库塔法- U591A u79CD u66F2 u7EBF u62DF u5408 u65B9 u6CD5 uFF0C u5305 u62EC u57C3 u5C14 u7C93 u7279 u63D2 u503C uFF0C u5DEE u5546 uFF0C u725B u987F u6CD5 uFF0C U9F99 u683
insert
- 牛顿 拉格朗日 埃尔米特插值法 matlab程序(Newton Lagrange Hermite)
各种差值法的程序代码
- 埃尔米特,拉格朗日,牛顿,欧拉插值法编程代码和傅里叶转换编程代码(Various interpolation programming code and Fu Liye conversion code)