CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 拉格朗日 函数

搜索资源列表

  1. 拉格朗日插值函数

    0下载:
  2. 拉格朗日插值函数算法的示例-Lagrangian function interpolation algorithm examples
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:8.2kb
    • 提供者:一枝花
  1. LGLR 用拉格朗日插值法和牛顿插值法求解某点的函数近似值

    1下载:
  2. 自选插值问题,编制一个程序,分别用拉格朗日插值法和牛顿插值法求解某点的函数近似值。-语言 所查询字词的翻译 英语 Optional interpolation problem, the preparation of a program, respectively, Lagrange interpolation and Newton interpolation method for solving the function approximation of a point
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-26
    • 文件大小:1kb
    • 提供者:范川宁
  1. Aumerical_Analysis_MATLAB_function

    0下载:
  2. 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.89kb
    • 提供者:小天
  1. 5_1_3

    0下载:
  2. 用拉格朗日插值多项式求函数近似值 在visual C++ 6.0可以查看源代码-Lagrange interpolation polynomial for function approximation in the visual C++ 6.0 can view the source code
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:1.34kb
    • 提供者:和佩
  1. languagenewton

    0下载:
  2. 这是拉格朗日插值和牛顿插值的源代码,输入数据之后,可以输出函数-This is the Lagrange interpolation and Newton interpolation of source code, input data, you can output function
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:931byte
    • 提供者:tang lu ming
  1. FUXING

    0下载:
  2. 计算方法的报告:掌握拉格朗日插值多项式、牛顿插值多项式、等距节点插值、三次样条插值的理论和构造方法。对同一组数据对,用不同的插值法构造插值函数,并画出它们的图形,对插值结果进行初步分析,讨论不同插值法的优缺点。 以及报告的内容和心得-fuxing
  3. 所属分类:File Formats

    • 发布日期:2017-03-27
    • 文件大小:90.57kb
    • 提供者:吴宝雨
  1. nterpolation

    0下载:
  2. 计算机常用数值算法与程序,一元全区间等距插值,用拉格朗日插值公式计算指定插值点的函数近似值-Computer numerical algorithm and procedures used, a dollar equidistant between the region interpolation, Lagrange interpolation formula to calculate the function approximation of the specified interpolati
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:32.13kb
    • 提供者:阿庚
  1. lagrange

    0下载:
  2. 实现拉格朗日插值,和用拉格朗日插值拟合函数-Lagrange interpolation to achieve, and the fitting function with the Lagrange interpolation
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:661byte
    • 提供者:can
  1. chengzifa

    4下载:
  2. 基本的拉格朗日乘子法(又称为拉格朗日乘数法),就是求函数f(x1,x2,...)在g(x1,x2,...)=0的约束条件下的极值的方法。其主要思想是引入一个新的参数λ(即拉格朗日乘子),将约束条件函数与原函数联系到一起,使能配成与变量数量相等的等式方程,从而求出得到原函数极值的各个变量的解。 -Basic Lagrange multipliers (also known as Lagrange multiplier method), is of a function f (x1, x2 ,.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:537byte
    • 提供者:马晓敏
  1. LAGSQP

    0下载:
  2. 功能: 用基于拉格朗日函数Hesse阵的SQP方法求解约束优化问题:-Function: Hesse matrix based on Lagrangian SQP method for solving constrained optimization problems:
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.5kb
    • 提供者:蔡萃英
  1. 拉格朗日插值

    0下载:
  2. 本程序用拉格朗日插值方法计算了函数的最大近似误差,功能齐全(This procedure uses Lagrange interpolation method to calculate the maximum approximation error function, complete functions)
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:88kb
    • 提供者:xcy2014
  1. Lagrange

    0下载:
  2. 拉格朗日插值法,给定n个点,求n-1次插值函数以及插值结果。文件包含拉格朗日插值函数文件和一个例程,可以快速学习拉格朗日插值的算法。(Lagrange interpolation method. Given n points, and can get n-1 th order interpolation function and interpolation results. The file contains Lagrange interpolation function file and an
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1kb
    • 提供者:Jelly0o0
  1. Lagrange

    0下载:
  2. 拉格朗日插值法,给定n个点,求n-1次插值函数以及插值结果。文件包含拉格朗日插值函数文件和一个例程,可以快速学习拉格朗日插值的算法。(Lagrange interpolation method. Given n points, and can get n-1 th order interpolation function and interpolation results. The file contains Lagrange interpolation function file and an
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:1kb
    • 提供者:Jelly0o0
  1. Lagrange

    0下载:
  2. 许多实际问题中都用函数来表示某种内在联系或规律,而不少函数都只能通过实验和观测来了解。在若干个不同的地方得到相应的观测值,拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。(In many practical problems, functions are used to express certain internal relations or laws, and many functions can only be understood by experiments an
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:23kb
    • 提供者:manchild19
  1. 困难拉格朗日差值

    0下载:
  2. 用拉格朗日程序计算,主要计算没有明确自变量处的目标函数的值。(Calculated by Lagrange program, the main objective of the independent variable is calculated at the value of the target function.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:762kb
    • 提供者:MARKXP
  1. 拉格朗日插值+MATLAB源程序代码

    5下载:
  2. 拉格朗日插值法可以找到一个多项式,其恰好在各个观测的点取到观测到的值。数学上来说,拉格朗日插值法可以给出一个恰好穿过二维平面上若干个已知点的多项式函数。(The Lagrange interpolation method can find a polynomial that happens to be taken to the observed value at the point of each observation. Mathematically, the Lagrange interpo
  3. 所属分类:数学计算

    • 发布日期:2018-04-19
    • 文件大小:60kb
    • 提供者:g-nice
  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. 拉格朗日插值法_matlab

    1下载:
  2. 数学最优问题中,拉格朗日乘数法(以数学家约瑟夫·路易斯·拉格朗日命名)是一种寻找变量受一个或多个条件所限制的多元函数的极值的方法。(In the mathematical optimization problem, the Lagrange multiplier method (named by the mathematician Joseph Luis Lagrange) is a method of finding the extremum of a multivariate functio
  3. 所属分类:数学计算

    • 发布日期:2018-05-06
    • 文件大小:6kb
    • 提供者:天射手座
  1. 拉格朗日函数

    1下载:
  2. 拉格朗日函数分类 包含了一个使用拉格朗日函数对数据进行分类的程序
  3. 所属分类:matlab例程

  1. 拉格朗日乘子法-fmincon

    1下载:
  2. 拉格朗日乘子法最优值求解,求解函数的最小值,极小值求解,求解速度快。效率高(The Lagrange multiplier method can solve the optimal value, the minimum value and the minimum value of the function, and the solution speed is fast. Efficient)
  3. 所属分类:其他

    • 发布日期:2021-03-18
    • 文件大小:10kb
    • 提供者:冬瓜和鱼头
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com