搜索资源列表
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,
Datafitting
- 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
matlab-for-Interpolation-method
- 使用matlab对插值方法进行编程计算 包括艾米特 拉格朗日等插值法-Matlab programming calculation including Amit Lagrange interpolation interpolation method
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.
A20130529112706
- matlab lagrange程序,适合大家编辑matlab 的拉格朗日程序文件,分析。-matlab lagrange program,it is suitable for programmer use lagrange original program to solve relative problem。
assign
- 自己写的curve fitting,newton and lagrange 代码-curve fitting,newton and lagrange with matlab by myselft
kriging
- 利用MATLAB实现克里金插值和重心拉格朗日插值-Using MATLAB and center of gravity to achieve Kriging interpolation Lagrange
matlab
- matlab 源码,实现欧拉插值,牛顿插值,拉格朗日插值等算法。-matlab source code to achieve Euler interpolation, Newton interpolation, Lagrange interpolation algorithm.
Lag_polyfit
- 拉格朗日多项式的matlab程序,主要利用拉格朗日多项式实现数值模拟-Lagrange Polynomial
Lagrange
- 适合于研究生课程最优化方法,基于matlab软件的一个优化算例程序-Suitable for graduate courses optimization method based on a study program matlab optimization software
wffc
- 基于拉格朗日方程求解机械振动方程的刚度矩阵(Stiffness matrix for solving mechanical vibration equation based on Lagrange equation)
3224364
- Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y lagr1(x0,y0,x)()
lagelangrichazhiduoxiangshi
- 拉格朗日插值多项式用matlab实现,目前网上的都是用多层for循环 这没有利用到矩阵的强大功能,matlab就是以矩阵为基础建立的科学软件。对矩阵的运算非常适合。提高运算效率。(The Lagrange interpolation polynomial is realized by MATLAB, and at present, the network is all multilayered for cycle This does not take advantage of the pow
未命名文件夹
- Lagrange\Jacobi\Gauss求线性方程组,matlab程序(Lagrange and Jacobi and Gauss for Matlab)
插值算法
- hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite 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
源程序
- 将绳索看成无弹性变形,利用牛顿拉格朗日建立其动力学模型,拉格朗日是在求解并联机构动力学中是非常经典的力学变形,结合了动量守恒和能量守恒。拉格朗日方法通过一系列广义坐标确切地阐述了运动方程,他在一开始就消除了所有的或者部分不关心的反作用力和力矩,使用广义的坐标可以适当的简化并联机构中动力学的分析。 势能和动能之差为其动力学的拉格朗日函数。(he rope is regarded as inelastic deformation, and its dynamic model is establish
拉格朗日松弛法的机组组合
- 用拉格朗日松弛法编写的matlab电力系统机组组合程序(Matlab power system unit commitment program written by Lagrange relaxation method)