CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - Lagrange matlab

搜索资源列表

  1. lagrange

    0下载:
  2. 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,
  3. 所属分类:Other systems

    • 发布日期:2017-03-22
    • 文件大小:1021byte
    • 提供者:link
  1. Datafitting

    1下载:
  2. 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20.07kb
    • 提供者:温娟
  1. matlab-for-Interpolation-method

    0下载:
  2. 使用matlab对插值方法进行编程计算 包括艾米特 拉格朗日等插值法-Matlab programming calculation including Amit Lagrange interpolation interpolation method
  3. 所属分类:Other systems

    • 发布日期:2017-11-02
    • 文件大小:10.03kb
    • 提供者:feng
  1. matlab

    1下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:2.91kb
    • 提供者:
  1. Lagrange-interpolation-of-matlab

    0下载:
  2. 拉格朗日插值法matlab源程序,具有通用性和可扩展性。-Lagrange interpolation matlab source, has the versatility and scalability.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:13.47kb
    • 提供者:yunhai
  1. A20130529112706

    0下载:
  2. matlab lagrange程序,适合大家编辑matlab 的拉格朗日程序文件,分析。-matlab lagrange program,it is suitable for programmer use lagrange original program to solve relative problem。
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:15.46kb
    • 提供者:许都
  1. assign

    0下载:
  2. 自己写的curve fitting,newton and lagrange 代码-curve fitting,newton and lagrange with matlab by myselft
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:62.93kb
    • 提供者:kevin
  1. kriging

    1下载:
  2. 利用MATLAB实现克里金插值和重心拉格朗日插值-Using MATLAB and center of gravity to achieve Kriging interpolation Lagrange
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:3kb
    • 提供者:lbh
  1. matlab

    0下载:
  2. matlab 源码,实现欧拉插值,牛顿插值,拉格朗日插值等算法。-matlab source code to achieve Euler interpolation, Newton interpolation, Lagrange interpolation algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.03kb
    • 提供者:zhang
  1. Lag_polyfit

    0下载:
  2. 拉格朗日多项式的matlab程序,主要利用拉格朗日多项式实现数值模拟-Lagrange Polynomial
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:699byte
    • 提供者:chenGQ
  1. Lagrange

    0下载:
  2. 适合于研究生课程最优化方法,基于matlab软件的一个优化算例程序-Suitable for graduate courses optimization method based on a study program matlab optimization software
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:CHEN
  1. wffc

    1下载:
  2. 基于拉格朗日方程求解机械振动方程的刚度矩阵(Stiffness matrix for solving mechanical vibration equation based on Lagrange equation)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:
  1. 3224364

    0下载:
  2. Lagrange插值函数lagr1(x0,y0,x)的matlab源程序: function y lagr1(x0,y0,x)()
  3. 所属分类:其他

  1. lagelangrichazhiduoxiangshi

    0下载:
  2. 拉格朗日插值多项式用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
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:11kb
    • 提供者:xzt
  1. 未命名文件夹

    0下载:
  2. Lagrange\Jacobi\Gauss求线性方程组,matlab程序(Lagrange and Jacobi and Gauss for Matlab)
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:3kb
    • 提供者:胖狗
  1. 插值算法

    0下载:
  2. hermite插值,Newton插值,lagrange插值是三种常用的数值插值方法,本文件采用MATLAB对三种插值算法进行了实现。(hermite interpolation)
  3. 所属分类:其他

  1. 1插值法—拉格朗日插值法

    0下载:
  2. 使用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.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:5kb
    • 提供者:jeff1130
  1. 拉格朗日插值

    1下载:
  2. lagrange插值 在数值分析中,拉格朗日插值法是以法国十八世纪数学家约瑟夫·拉格朗日命名的一种多项式插值方法。许多实际问题中都用函数来表示某种内在联系或规律,而不少函数都只能通过实验和观测来了解。如对实践中的某个物理量进行观测,在若干个不同的地方得到相应的观测值,拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。(interpolation In numerical analysis, the Lagrange interpolation method is a p
  3. 所属分类:其他

    • 发布日期:2019-01-09
    • 文件大小:15kb
    • 提供者:cuarzn
  1. 源程序

    1下载:
  2. 将绳索看成无弹性变形,利用牛顿拉格朗日建立其动力学模型,拉格朗日是在求解并联机构动力学中是非常经典的力学变形,结合了动量守恒和能量守恒。拉格朗日方法通过一系列广义坐标确切地阐述了运动方程,他在一开始就消除了所有的或者部分不关心的反作用力和力矩,使用广义的坐标可以适当的简化并联机构中动力学的分析。 势能和动能之差为其动力学的拉格朗日函数。(he rope is regarded as inelastic deformation, and its dynamic model is establish
  3. 所属分类:其他

    • 发布日期:2019-12-12
    • 文件大小:2.6mb
    • 提供者:贝壳1223
  1. 拉格朗日松弛法的机组组合

    5下载:
  2. 用拉格朗日松弛法编写的matlab电力系统机组组合程序(Matlab power system unit commitment program written by Lagrange relaxation method)
  3. 所属分类:其他

    • 发布日期:2021-04-07
    • 文件大小:12kb
    • 提供者:SOMULUS
搜珍网 www.dssz.com