CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - newton cotes

搜索资源列表

  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 and Romberg integration, adapti
  3. 所属分类:数学计算/工程计算

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

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

    • 发布日期:2008-10-13
    • 文件大小:8598
    • 提供者:AnySand
  1. cotes

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

    • 发布日期:2017-04-02
    • 文件大小:796
    • 提供者:
  1. valueanalysis

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

    • 发布日期:2017-03-29
    • 文件大小:20936
    • 提供者:任峰
  1. nt_cotes

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

    • 发布日期:2017-04-03
    • 文件大小:642
    • 提供者:刘佳
  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 the accurate value. Examples
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:90477
    • 提供者:猫猫
  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. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4266
    • 提供者:sun
  1. shuzhijifen

    1下载:
  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, quadrature formulas, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:9710
    • 提供者:李倩
  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

    • 发布日期:2017-03-30
    • 文件大小:9322
    • 提供者:laofan
  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

    • 发布日期:2017-04-16
    • 文件大小:32329
    • 提供者:121380163
  1. NonlinearVolterra

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

    • 发布日期:2013-11-19
    • 文件大小:1367
    • 提供者:刘胡
  1. Newton-cotes

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

    • 发布日期:2017-11-27
    • 文件大小:1598729
    • 提供者:Teddy
  1. MATLAB-M-FILES

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

    • 发布日期:2017-03-18
    • 文件大小:4096
    • 提供者:cecile
  1. Romberg-Newton-Cotes

    1下载:
  2. 龙贝格.牛顿-科特斯求定积分C语言算法实现,数值计算方法中常用-Romberg. Newton- Cortez find definite integrals C language algorithm, commonly used numerical method
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3384
    • 提供者:张国力
  1. session6

    0下载:
  2. 金融学牛顿科兹求积分的方法的应用,证券投资组合的选择-Newton-Cotes formulas,Portfolio choice.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:13540
    • 提供者:qi
  1. shuzhifenxi

    0下载:
  2. Newton-cotes型求积公式,Romberg算法和Gauss型求积公式-Newton-cotes type quadrature formulas, Romberg algorithm and Gauss type quadrature formulas
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:72789
    • 提供者:chenjiaying
  1. Volterra2

    0下载:
  2. 利用Newton-Cotes积分公式求解第二类Volterra积分方程-use Newton-cotes solve second catalog volter
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1003
    • 提供者:陈泽涛
  1. Newton-Cotes

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

    • 发布日期:2017-04-15
    • 文件大小:4649
    • 提供者:yao
  1. Newton-Cotes

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

    • 发布日期:2017-12-25
    • 文件大小:98304
    • 提供者:眺望北方
搜珍网 www.dssz.com