搜索资源列表
HermiteThree
- 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known
python_book
- 实现Lagrange,Hermite,以及分段线性插值算法,需要用from * import *引用,如要使用lagrange, from lagrange import lagrange
Chapter02.Interpolation
- 清华大学《数值分析A》-第02章.插值 Lagrange Newton Hermite 三次样条
probability-algorithmic
- 常用的数值分析算法,包括: lagelanri,Hermite,Romberg,gause-sidel, 复化求积等。
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
interpolation
- matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
program
- 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
Gauss-Hermite
- 国外比较好用的高斯-厄米特数值积分源代码-the code of gauss-hermite
hermite
- 由控制点生成hermite曲线实例以及VC的对话框使用-hermite line
interpolat
- 科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
GaussHermite
- 国外的用于实现高斯-厄米特数值积分的程序-Abroad, for the realization of Gauss- Hermite numerical integration procedures
SPLINE
- SPLINE is a package of simple routines for setting up and evaluating splines and related functions, whose goal is either to to interpolate given data exactly at a set of points to approximate data over an interval. There are a variety of
Hermite
- hermite拟合曲线,精度高,能处理导数-hermite curve fitting, high precision, able to handle derivative
Gram-Schmidt-and-Hermite
- Gram-Schmidt and Hermite方法解线性方程组-Gram-Schmidt and Hermite method
hermite
- programa que te permite calcular estadisticamente mediante hermite espero que os guste
hermite-matrix
- 一个求hermite 矩阵的特征值和特征向量的C程序源代码-An evaluation hermite matrix eigenvalues and eigenvectors of C program source code
Hermite
- 插值方法:Hermite插值法,希望能够对大家有所帮助。-Interpolation method: Hermite interpolation, hoping to be helpful to everyone.
Cubic-Hermite-interpolation
- 实现分段三次Hermite插值算法,内有小例程,可以在VC或Turbo C上实现-Piecewise cubic Hermite interpolation algorithm to achieve, there are small routines can be implemented in the VC or Turbo C
hermite
- 数学计算中的埃尔米特C源代码,能够解决实际问题中要求在节点上函数值相等,还要求导数值相等,甚至要求高阶导数值也相等的插值问题-Mathematical calculations Hermite C source code required to solve practical problems on a node is equal to the function value, also called derivative values are equal, or even require hig
Hermite插值
- Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
