Welcome![Sign In][Sign Up]
Location:
Search - LAGRANGE

Search list

[Documentslagrange

Description: lagrange插值的一种方便算法-Hangzhou interpolation algorithm for a convenient
Platform: | Size: 1024 | Author: andiwon | Hits:

[Mathimatics-Numerical algorithmsLagrange

Description: 这是拉格朗日插值的源码-This is the source Lagrange interpolation
Platform: | Size: 1024 | Author: 李真婷 | Hits:

[Mathimatics-Numerical algorithmslagrange.c

Description: 已知某函数在已知点上的函数值,用拉格朗日插值多项式求出其余点的函数值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
Platform: | Size: 1024 | Author: 张林 | Hits:

[Mathimatics-Numerical algorithmsLagrange插值

Description: Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
Platform: | Size: 258048 | Author: 剑胆琴心 | Hits:

[Mathimatics-Numerical algorithmslagrange insert

Description: lagrange插值以及演示runge现象的代码-Hangzhou interpolation and demonstration Runge phenomenon code
Platform: | Size: 4096 | Author: 吴晨 | Hits:

[DocumentsQOS路由器器问题的Lagrange松驰求解方法

Description: QOS路由器器问题的Lagrange松驰求解方法 可以参考-QOS routers for the Lagrange relaxation can refer Solution
Platform: | Size: 115712 | Author: 余之越 | Hits:

[Windows DevelopLagrange 插值法

Description: 数值方法里面的用lagrange插值发求解线形方程的算法,可以用来解线形方程组的习题-inside the numerical method used to solve the Hangzhou linear interpolation algorithm equation can be used to solution of linear equations Exercises
Platform: | Size: 14336 | Author: 姚天伟 | Hits:

[matlablagrange多项式插值

Description: 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!
Platform: | Size: 21504 | Author: jasa | Hits:

[AlgorithmNewton-lagrange

Description: 牛顿-拉格朗日插值法C++源代码,最新修改的通码,网友可以-Newton-Lagrange interpolation C source code, the latest revision of immigration code, net surfers can s
Platform: | Size: 1024 | Author: 文理 | Hits:

[AlgorithmLagrange

Description: 拉格朗日插值算法,输入[x0 x1 x2]和对应的[y0 y1 y2],按拉格朗日插值发计算出[x0 x2]之间任何一个X所对应的Y值-Lagrange interpolation algorithm, type [x0 x1 x2] and the corresponding [y0 y1 y2], issued by the Lagrange interpolation to calculate [x0 x2] between any one of X corresponding to Y values
Platform: | Size: 66560 | Author: 光宏 | Hits:

[Otherlagrange

Description: 本程序主要是拉格朗日插值算法,并引用一个例子来验证该算法的正确性。-This procedure is mainly Lagrange interpolation algorithm, and cited an example to verify the correctness of the algorithm.
Platform: | Size: 1024 | Author: 黄丽娟 | Hits:

[Algorithmlagrange

Description: 数值计算方法中的拉格朗日插值多项式的计算程序,学计算方法就要用到-Numerical method in the Lagrange interpolating polynomial calculation program, learning method of calculation will be used
Platform: | Size: 1024 | Author: tianao | Hits:

[Mathimatics-Numerical algorithmslagrange

Description: lagrange插值算法,计算机数值方法中的一个作业-lagrange interpolation algorithm, the computer numerical methods in an operational
Platform: | Size: 10240 | Author: liming | Hits:

[Mathimatics-Numerical algorithmslagrange

Description: 实现10次lagrange插值L(x)和三次样条插值,三次样条插值利用自然边界条件-Lagrange interpolation realize 10 times L (x) and cubic spline interpolation, cubic spline interpolation using the natural boundary conditions
Platform: | Size: 1024 | Author: 刘蒲霞 | Hits:

[Mathimatics-Numerical algorithmsLagrange

Description: Lagrange插值法C语言版 在VC6.0下编译通过-Lagrange interpolation method in the C language version of the compiler through under VC6.0
Platform: | Size: 1024 | Author: xuwutong | Hits:

[matlablagrange

Description: Matlab中没有现成的Lagrange插值函数,必须编写一个M文件实现Lagrange插值。 设n个节点数据以数组x0,y0 输入(注意Matlat的数组下标从1开始),m 个插值点以数组 x输入,输出数组y 为 m个插值。 编写一个名为lagrange.m的M文件。-Matlab is not off-the-shelf Lagrange interpolation function, we must realize the preparation of an M file Lagrange interpolation. N nodes based data to an array of x0, y0 input (Note Matlat subscript of the array starting at 1), m a x interpolation points to the array input and output array y for m months interpolation. Lagrange.m the preparation of a M-file.
Platform: | Size: 1024 | Author: 贺鼎宏 | Hits:

[Mathimatics-Numerical algorithmslagrange

Description: 介绍了lagranget插值的Mtlab程序,程序简单易懂,有助于对lagrange插值的了解。-Lagranget introduce a Mtlab interpolation procedures, the procedures simple and easy to understand, contribute to the understanding of lagrange interpolation.
Platform: | Size: 3072 | Author: pplovefox | Hits:

[matlabLagrange-polynomial-interpolation

Description: 拉格朗日(Lagrange)多项式插值算法源代码这是一个Matlab实现的拉格朗日多项式插值算法,它使用拉格朗日多项式插值的方法近似点定义函数。-Lagrange (Lagrange) polynomial interpolation algorithm source code This is a Matlab realization of Lagrange polynomial interpolation algorithm, which uses the Lagrange polynomial interpolation method similar to the definition of function points.
Platform: | Size: 35840 | Author: 杨霄 | Hits:

[Mathimatics-Numerical algorithmslagrange

Description: 拉格朗日插值 用拉格朗日插值来计算函数值 使用说明: 一般的使用过程: 1、修改输入数据 input3.txt 2、编辑源文件 55.c 55.c为主函数,调用了子函数lag.c。 3、编译程序 55.bat 4、运行 55.exe-Lagrange interpolation Lagrange interpolation to calculate the function values for use: the use of the general process: 1, modify the input data input3.txt 2, edit the source file 55.c 55.c main function, call the Functions lag.c. 3, compiler 55.bat4, running 55.exe
Platform: | Size: 27648 | Author: cy | Hits:

[Windows DevelopLagrange

Description: lagrange插值方法的c++源码,通过测试-lagrange interpolation method c++ source, pass the test
Platform: | Size: 2048 | Author: zhaoge | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net