CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 差商

搜索资源列表

  1. 牛顿插值的差商迭代算法.rar

    0下载:
  2. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1928
    • 提供者:
  1. 牛顿插值的差商迭代算法

    0下载:
  2. 牛顿插值的差商迭代算法,c语言实现-Newton interpolation algorithm to worse, the C Language
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:mikefun
  1. newton chazhi

    0下载:
  2. 牛顿插值的差商迭代算法-Newton interpolation algorithm to poor
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2195
    • 提供者:mikefun
  1. newton_input_data

    0下载:
  2. Newton差商插值法,并应用算法于实际问题-Newton difference quotient interpolation method and algorithm in the application of practical problems
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1028
    • 提供者:叶枫
  1. ssd

    0下载:
  2. Newton差商插值,可输入数组进行插值运算-Newton difference quotient interpolation, may import array interpolation Operational
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1161
    • 提供者:汝英哲
  1. chashan

    0下载:
  2. 数值分析的差商求解法,是用C编写的,希望大家互相参考!!1
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6666
    • 提供者:刘镇权
  1. 牛顿插值c语言程序

    0下载:
  2. 本程序带有一个子函数,原始数据在主函数中定义时即初始化赋初值,子函数是用来计算差商 值、连乘积和插值结果。-this program with a function, the original data in the main function definition is given initial initialization, Functions are used to calculate the value to poor, and even the product of interpol
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:3330
    • 提供者:梁良
  1. Matlab 牛顿插值法

    0下载:
  2. x=a:(b-a)/n:b; %插值节点 y=f(x); plot(x,y,'b') %用蓝色线作被插函数图象 hold on z=a:(b-a)/(2*n):b; n=length(x); for j=2:n for i=n:-1:j y(i)=(y(i)-y(i-1))/(x(i)-x(i-j+1));%计算差商 end end u=y(n); m=length(z); for j=1:m for i=n-1:-1:1 u=y(i)
  3. 所属分类:matlab例程

    • 发布日期:2008-12-14
    • 文件大小:378
    • 提供者:xie3256035
  1. niudunchazhi

    1下载:
  2. 用vb实现牛顿插值,且可以计算出个阶差商的值!-Vb implementation using Newton interpolation, and can calculate the gradient of the value of business!
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:693
    • 提供者:刘宝荣
  1. chazhi

    0下载:
  2. Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 SecSampl
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:10192
    • 提供者:舞蛳
  1. NewtonCHAFEN

    0下载:
  2. 牛顿差商与差分计算函数,用C语言实现,设计了多个子函数,代码略长,可供参考-Newton' s difference quotient and the difference calculation functions, using C language implementation, design a number of subroutine, the code slightly longer available for reference
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:14941
    • 提供者:yyt
  1. matlab

    0下载:
  2. matlab lagran.m 拉格朗日插值 divDiff 牛顿差商表-matlab lagran.m divDiff.m
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:550
    • 提供者:fanny
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:246401
    • 提供者:彭鑫
  1. Newtonchashang

    0下载:
  2. 数值分析中的Newton差商程序,学习数值分析的人可以参考参考-Newton numerical difference quotient in the process, learn numerical analysis can refer to the reference
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:51664
    • 提供者:hanbing
  1. Newton--chazhi

    0下载:
  2. 能够很好的解决牛顿插值问题,对于构建差商表的程序给出了解释和说明-Newton interpolation can be a good solution to the problem, divided difference table for building the program and instructions are given to explain! ! !
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:520
    • 提供者:张虎
  1. 4

    0下载:
  2. 插值的函数 函数名 功能 Language 求已知数据点的拉格朗日插值多项式 Atken 求已知数据点的艾特肯插值多项式 Newton 求已知数据点的均差形式的牛顿插值多项式 Newtonforward 求已知数据点的前向牛顿差分插值多项式 Newtonback 求已知数据点的后向牛顿差分插值多项式 Gauss 求已知数据点的高斯插值多项式 Hermite 求已知数据点的埃尔米特插值多项式 SubHermite 求已知数据点的分段三次埃尔米特插值多项式及其
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:10240
    • 提供者:gleeman
  1. matlab2

    0下载:
  2. 割线法的理论:为了避免在牛顿法中每步迭代都要计算导函数的值,我们用相邻两步的函数值作差商来逼近导数值-Secant theory: in order to avoid the Newton method, each iteration should calculate the value of the derivative function, we use the adjacent two-step function values ​ ​ for difference quo
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:15362
    • 提供者:罗泽明
  1. Newtonian

    0下载:
  2. 本程序能够求出牛顿差值多项式和相应差商。-Procedures can be obtained the Newtonian difference polynomial and the corresponding difference quotient.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:689541
    • 提供者:杜安定
  1. 1

    0下载:
  2. 利用有限差分法解边值问题时,首先将求解区域分为很多个网格和节点,并用差商代替微商,然后,使区域中的偏微分方程转化为以节点的数值为未知量的差分方程组,最后,解该方程组便可得到各离散点待求的数值解-Using the finite difference method for solving boundary value problem, the solution region is divided into many grid nodes, instead of the derivative wit
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:10590
    • 提供者:lime2009
  1. chapter6-of-math-analysis

    0下载:
  2. langrange插值算法,newton差商差值算法,yangtiao算法,简便了计算过程,提高了运算效率-Quotient difference langrange interpolation algorithm and Newton algorithm, yangtiao algorithm, simple calculation process, improve the operation efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2119
    • 提供者:季秋峰
« 12 »
搜珍网 www.dssz.com