搜索资源列表
lagrange
- lagrange插值的一种方便算法-Hangzhou interpolation algorithm for a convenient
Lagrange
- 这是拉格朗日插值的源码-This is the source Lagrange interpolation
Lagrange 插值法
- 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
lagrange多项式插值
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
Newton-lagrange
- 牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
lagrange-C
- * 用拉格朗日插值法依据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
lagrange.c
- 已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值lagrange.c-known function of a known point in the function, polynomial interpolation using Lagrange points obtained a function of the remaining value lagrange.c
Lagrange插值
- Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
用matlab编写的实现Lagrange插值函数
- 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
lagrange
- lagrange插值 快捷计算插值,挺好的.-lagrange interpolation quick calculation of interpolation, quite good.
Lagrange
- 这是一个用拉格朗日插值公式计算函数值的java程序,方便易用。-This is a formula with the Lagrange interpolation function value of the java process, user-friendly.
Lagrange
- Lagrange算法程序,望各位喜欢,共享资源,开心大家-dnfsjindksandoiansjknajx iuxsa xisa
lagrange
- 拉格朗日插值程序,可用于进行一维插值计算.-lagrange interpolating program
lagrange
- 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,
lagrange
- 这是一个实现拉格朗日插值的数学程序,也很经典。-This is a mathematical realization of Lagrange interpolation process is also very classic.
Lagrange.tar
- This program provide the lagrange interpolation method with minimal optimisation technique. code input induilt revise propogation.
Lagrange-interpolation
- 拉格朗日插值多项式求函数在x处的函数值y,java源码-Lagrange interpolation
lagrange插值
- lagrange插值,用于分数时延滤波器farrow结构系数求解(Lagrange interpolation for fractional delay filter Farrow structure coefficient solution)
Augmented lagrange code
- 各类关于优化的程序,拉格朗日乘子法,线性优化方法等(linear method,augmented Lagrange)
Lagrange
- 实现多节点的Lagrange插值,保存后直接引用,函数名为Lagrange(Implement Lagrange interpolation.)