CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 牛顿插值法

搜索资源列表

  1. biocs

    0下载:
  2. 牛顿插值法,选择插值节点文件,有点小麻烦
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2110
    • 提供者:曲婧
  1. ee

    0下载:
  2. 牛顿插值法的实现算法,自己写的,请多多指教哈,
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:849
    • 提供者:张小川
  1. qq

    0下载:
  2. 简单迭代法,牛顿插值法等实现的算法,,,自己写的!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1620
    • 提供者:张小川
  1. structs

    0下载:
  2. 数据结构相关算法 八皇后 哈夫曼编码 矩阵求逆 迷宫问题 牛顿插值法 图,二叉树 图的存储与遍历
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:281012
    • 提供者:张锦
  1. arithmetic

    0下载:
  2. MATLAB编写的一个M文件,实现二分法求函数f在[a,b]上的一个零点,牛顿插值法
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1763
    • 提供者:lubeizi
  1. Newton

    0下载:
  2. 内含Newtonback.m,Newtonforward.m文件,牛顿插值法,向前向后插值。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1532
    • 提供者:dis1
  1. CZF

    0下载:
  2. 利用拉格朗日、牛顿插值法解方程组-Lagrange, Newton interpolation equations Solutions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:18488
    • 提供者:赵健
  1. niuduichazhijiefangcheng

    0下载:
  2. 这是用牛顿插值法解方程,是数值分析的程序,希望对大家有所帮助
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:799
    • 提供者:yuteng
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. 牛顿插值法

    0下载:
  2. 关于数值分析中的重要算法-numerical analysis of the algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:8704
    • 提供者:陈新
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. NLP

    2下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法-matlab optimization program includes one-dimensional extremum problem without constraint adva
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:780288
    • 提供者:林小博
  1. newton

    0下载:
  2.  牛顿插值法利用函数f (x)在某区间中若干点的函数值,作出适当的特定函数,在这些点上取已知值,在区间的其他点上用这特定函数的值作为函数f (x)的近似值。-Newton interpolation method using the function f (x) function value in a range, make the appropriate specific function, take the known values ​ ​ at these points
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:1205
    • 提供者:
  1. 2

    0下载:
  2. 这是牛顿插值法的代码。此代码岁简洁,但是真实的反应了牛顿插值的理论。让我们可以更深刻的理解牛顿插值法-This is the Newton interpolation code. This code-year-old compact, but the real response to the Newton interpolation theory. So that we can gain a deeper understanding of Newton interpolation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1335
    • 提供者:刘锦瑞
  1. Newton

    0下载:
  2. 牛顿插值公式:构造插值函数空间的基函数得到的多项式逼近的方法——牛顿插值法。用于多项式插值逼近。-Newton interpolation formula: Construction interpolation function space available basis function polynomial approximation method- Newton interpolation. Approximation for the polynomial interpolation.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:801
    • 提供者:klb
  1. lagrange+newton

    0下载:
  2. 数值计算方法--拉格朗日插值法和牛顿插值法-Numerical method- Lagrange interpolation method and the Newton interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:1013
    • 提供者:阿杜
  1. nd

    0下载:
  2. 本程序利用牛顿插值法对函数表,求出各阶均差值并通过输入x值得到函数值。例如(课本 ) 给出 的函数表 X 0.40 0.55 0.65 0.80 0.90 y 0.41075 0.57815 0.69675 0.88811 1.02652 均差求至4阶,并由此计算 的近似值 运行环境:C-Free -This procedure for the use of Newton' s interpolation function table, find the diffe
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:56234
    • 提供者:零下
  1. shuzhifenxichazhi

    0下载:
  2. 该算法集集中了数值分析当中几乎所有的插值算法,如牛顿法,艾特肯法,高斯法,样条函数法等,均在MATLAB(R2006@)中运行通过了。-The algorithm sets a numerical analysis which focused on almost all the interpolation algorithms, such as Newton' s law, Aitken law, Gauss law, such as spline function method, are
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10208
    • 提供者:qinghexiaoyue
  1. niudunchazhi

    0下载:
  2. 数据结构,牛顿插值法。通过牛顿插值法求解方程-Data structure, Newton interpolation. Solving equations using the Newton interpolation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:628
    • 提供者:lh
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com