搜索资源列表
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插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
lagrange
- lagrange插值的一种方便算法-Hangzhou interpolation algorithm for a convenient
Lagrange插值
- Lagrange插值,自己做的一个插值算法-Lagrange interpolation, have done an interpolation algorithm
拉格朗日插值2342343
- 用拉格朗日插值公式,对给定的n用离散数据进行插值计算。-Lagrange interpolation formula, the right to use discrete n data interpolation.
newLagrange
- Lagrange插值算法-Lagrange interpolation algorithm
计算方法Lagrange插值
- 大家放心,无需解密 -our confidence, without decryption our confidence, without decryption
实验2-插值与拟合
- 1、掌握用MATLAB计算拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析。 2、掌握用MATLAB作线性最小二乘的方法。 3、通过实例学习如何用插值方法与拟合方法解决实际问题,注意二者的联系和区别。-1. Grasp by matlab calculating Lagrange, segement linear, 3rd order spline these 3 interpolation met
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_Newton_Aitken插值算法
- Lagrange,Newton,Aitken三个插值公式算法的演示.DOS界面输出计算结果.-Lagrange, Newton, Aitken three interpolation algorithm formula demo. DOS interface output results.
GraphAlgorithms
- Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y=lagr1(x0,y0,x) n=length(x0) m=length(x) for i=1:m z=x(i) -Lagrange interpolation function lagr1 (x0, y0, x) Matlab source : lagr1 function y = (x0, y0, x) n =
三弯矩插值
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle
C程序的插值
- 这是lagrange插值与Newton插值算法的源代码-Hangzhou interpolation and Newton interpolation algorithm source code
lagrange
- lagrange插值算法,计算机数值方法中的一个作业-lagrange interpolation algorithm, the computer numerical methods in an operational
Lagrange
- Lagrange插值法C语言版 在VC6.0下编译通过-Lagrange interpolation method in the C language version of the compiler through under VC6.0
lagrange
- 介绍了lagranget插值的Mtlab程序,程序简单易懂,有助于对lagrange插值的了解。-Lagranget introduce a Mtlab interpolation procedures, the procedures simple and easy to understand, contribute to the understanding of lagrange interpolation.
Lagrange
- lagrange插值方法的c++源码,通过测试-lagrange interpolation method c++ source, pass the test
lagrange插值
- lagrange插值,用于分数时延滤波器farrow结构系数求解(Lagrange interpolation for fractional delay filter Farrow structure coefficient solution)
插值算法
- hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
Lagrange
- 实现多节点的Lagrange插值,保存后直接引用,函数名为Lagrange(Implement Lagrange interpolation.)