搜索资源列表
MathMethod
- 应用拉格朗日插值法,进行曲线拟合,可生成拟合曲线显示图像-Application of the Lagrange interpolation method for curve fitting, curve fitting to generate display images
jisuanfangfa
- 计算方法的七个典型程序。全部都有。拉格朗日插值.cpp 二分法.cpp 高斯.cpp 高斯-赛德尔.cpp 龙贝格.cpp 龙格库塔.cpp 牛顿迭代.c-Method of calculation of the seven typical program. All of them. Lagrange interpolation. Cpp dichotomy. Cpp Gaussian. Cpp Gauss- Seidel. Cpp Rhomberg. Cpp Runge-Kutta. Cpp
interpolation
- 拉格朗日插值法应用,对学习拉格朗日插值有很好的借鉴作用。-Lagrange interpolation method applied to the study and Lagrange interpolation good for reference.
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
ReconPoly
- 运用9个点,采用拉格朗日插值法重新构造出阶次为8的多项式-Using nine points, we take the Lagrange interpolation method to reconstruct the polynomial for the 8.
Lagrange
- 数值方法中拉格朗日插值法用C++语言编写-Numerical Methods in Lagrange interpolation
matlab
- matlab的追赶法,追赶法是适用于三对角矩阵的线性方程组求解的方法,并不适用于其他类型矩阵,及matlab的gauss求解方程方法,牛顿插值法,拉格朗日插值法。-matlab chasing method chasing method is applicable to the tridiagonal matrix method for solving linear equations, does not apply to other types of matrix and matlab gau
Lagrange-interpolation-of-matlab
- 拉格朗日插值法matlab源程序,具有通用性和可扩展性。-Lagrange interpolation matlab source, has the versatility and scalability.
Lagrange.Newtown
- 拉格朗日插值法、牛顿插值法C语言的实现,数值计算方法中常用-Lagrange interpolation, Newton interpolation realization of C language, commonly used numerical method
iterative-and-interpolation-method
- 有关迭代法和插值法的程序。包括高斯赛德尔迭代法、牛顿迭代法、拉格朗日插值法、牛顿插值法等。-Programs about iterative and interpolation method,including Gauss-Siedel ,Newton iterative method, Lagrange and Newton interpolation method.
lagrange
- 拉格朗日插值法求解线性方程,运用的是Fortran90-Lagrange polynomial for solving linear equations, using the Fortran90
Data-fitting
- 数据拟合 interp1 - 一元函数插值 spline - 样条插值 polyfit - 多项式插值或拟合 curvefit - 曲线拟合 caspe - 各种边界条件的样条插值 casps - 样条拟合(没有) interp2 - 二元函数插值 griddata - 不规则数据的二元函数插值 *interp - 不单调节点插值 *lagrange - 拉格朗日插值法- Data fitting interp1- one yu
Lagarange
- 拉格朗日插值法的源程序,通过给定几点的坐标,并给出要求的坐标,求出在该点的拉格朗日插值。-Lagrange interpolation method of the source, through a given point of the coordinates, and given the requirements of the coordinates, and the point of the Lagrange interpolation.
930314
- 牛顿插值法和拉格朗日插值法,数值分析中的重要算法啊(Newton interpolation method and the method of Lagrange interpolation, numerical analysis of algorithm)
拉格朗日插值
- 拉格朗日插值法,多点计算插值,选取两组插值点进行比较(lagrange lagrange,lagrange,lagrange)
eulnh
- 计算方法课程设计--用C++实现的拉格朗日插值法模拟,附有源程序和设计报告()
roqdjo
- 用拉格朗日插值法依据N个已知数据点即使函数值 输入 n--已知数据点的个数N-1 x--已知数据点第一坐标的N维列向()
Lagrange_main
- 拉格朗日插值法的源程序,通过给定几点的坐标,并给出要求的坐标,求出在该点的拉格朗日插值(Lagrange interpolation method of the source, by giving the coordinates of several points, and given the required coordinates, find the Lagrange interpolation)
1插值法—拉格朗日插值法
- 使用matlab编写了拉格朗日插值算法的函数,里面有题目,可直接运行计算得到结果。(The function of Lagrange interpolation algorithm is written by MATLAB. There are questions in it, which can be directly run and calculated and get the result.)
拉格朗日插值
- lagrange插值 在数值分析中,拉格朗日插值法是以法国十八世纪数学家约瑟夫·拉格朗日命名的一种多项式插值方法。许多实际问题中都用函数来表示某种内在联系或规律,而不少函数都只能通过实验和观测来了解。如对实践中的某个物理量进行观测,在若干个不同的地方得到相应的观测值,拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。(interpolation In numerical analysis, the Lagrange interpolation method is a p