搜索资源列表

  1. 数值微分和数值积分

    1下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton - Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation a
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:15077
    • 提供者:周思良
  1. Simpson

    0下载:
  2. [数值算法]积分算法之Simpson算法 Simpson算法来源于Newton-Cotes公式,是一种插值型求积算法.在高阶时数值的稳定性较差,故常用的是比较低较的几种情况.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8598
    • 提供者:AnySand
  1. 数值微分和数值积分

    0下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法-numerical differentiation and numerical ranking : Newton- Cotes formulas, rehabilitation of formula and a half hours successive interval, extrapolation an
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:14336
    • 提供者:周思良
  1. Numerical-integration-method

    0下载:
  2. 提供了6种数值积分方法的c++代码实现: 1 梯形求积法(TRAPZD->QTRAP); 2 辛普森(Simpson)求积法(QSIMP); 3 龙贝格(Romberg)求积法(QROMB); 4 反常积分(MIDPNT, MIDINF, MIDSQL, MIDEXP->QROMO); 5 高斯求积法(QGAUS, GAULEG); 6 三重积分(QUAD3D)-offers six methods of numerical
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:ldg
  1. Simpson

    0下载:
  2. [数值算法]积分算法之Simpson算法 Simpson算法来源于Newton-Cotes公式,是一种插值型求积算法.在高阶时数值的稳定性较差,故常用的是比较低较的几种情况.-[Numerical algorithm] integral algorithm of Simpson algorithm Simpson algorithm derived from Newton-Cotes formula, is a type q
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:AnySand
  1. cotes

    0下载:
  2. 计算机数值方法中Newton-Cotes公式积分算法的演示算法-Computer Numerical methods Newton-Cotes integration formula algorithm demonstration algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:
  1. valueanalysis

    0下载:
  2. 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法 [ReMap.rar] - EASYARM2200教学实验平台上的存储器映射 -Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:20480
    • 提供者:任峰
  1. nt_cotes

    0下载:
  2. 牛顿-科茨求积公式 是常微分方程的数值解法-Newton- Cotes quadrature formula is the numerical solution of ordinary differential equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘佳
  1. fuhuaqiujikechengsheji

    0下载:
  2. 利用复化梯形公式、 Newton-Cotes公式 、 Romberg公式进行积分数值计算,将计算结果与精确值比较。给出实例,并编写程序,给出结论。-Rehabilitation of the use of trapezoidal rule, Newton-Cotes formulas, Romberg numerical integration formula, the calculation results compared with
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:90112
    • 提供者:猫猫
  1. ncc_tetrahedron

    0下载:
  2. Newton-Cotes积分公式的加权系数计算程序库。用Fortran90编写。-NCC_TETRAHEDERON is a FORTRAN90 library which defines the weights and abscisass for a sequence of 7 Newton-Cotes closed quadrature rules for the tetrahedron.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:sun
  1. shuzhijifen

    0下载:
  2. 包含用辛普森系列公式求积分 用牛顿-科茨系列公式求积分 用高斯公式求积分 用高斯拉道公式求积分等等 -Formula contains the points with the Simpson family of Newton- Cotes quadrature formula of the Gaussian series of quadrature formulas of high Tesla Road, quadrat
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:李倩
  1. Numerical-integration

    0下载:
  2. 求解定积分的数值方法多种多样,如简单的梯形法、辛普生(Simpson) 法、牛顿-柯特斯(Newton-Cotes)法等都是经常采用的方法。它们的基本思想都是将整个积分区间[a,b]分成n个子区间[xi,xi+1],i=1,2,…,n,其中x1=a,xn+1=b。这样求定积分问题就分解为求和问题。-Numerical integration
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:9216
    • 提供者:laofan
  1. Cpp1

    0下载:
  2. 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:liuchang
  1. ee5045e7c261

    0下载:
  2. matlab cotes and other programs
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:6144
    • 提供者:ndanji
  1. matlabjifen

    0下载:
  2. 牛顿-柯特斯数值积分公式及其MATLAB的实现 复化Newton-Cotes数值积分公式-Newton- Cotes numerical integration formula and the MATLAB implementation of complex numerical integration of Newton-Cotes formulas
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:32768
    • 提供者:121380163
  1. NonlinearVolterra

    1下载:
  2. 利用Newton-Cotes积分公式求解第二类非线性Volterra积分方程-Newton-Cotes integral formula for solving the second class of nonlinear Volterra integral equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:刘胡
  1. Newton-cotes

    0下载:
  2. 牛顿科兹求积分的方法,算法合理,易于实现-Newton Cotes
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:1598464
    • 提供者:Teddy
  1. MATLAB-M-FILES

    0下载:
  2. 数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法-Gaussian Elimination Row Operations Newton Raphson Newton-Cotes integration Euler s method Runga-Kutta gaussjordan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:4096
    • 提供者:cecile
  1. Newton-Cotes

    0下载:
  2. Newton-Cotes 的算法说明、流程图、运行代码;-Newton-Cotes numerical integral algorithm, flow chart, operation code
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-14
    • 文件大小:98304
    • 提供者:眺望北方
  1. Newton-Cotes

    0下载:
  2. 利用Newton-Cotes积分公式求解第二类非线性Volterra积分方程:(Using the Newton- Cotes integration formula for solving nonlinear on the second integral equation:)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:yao123123
« 12 »

源码中国 www.ymcn.org