Location:
Search - cotes
Search list
Description: 数值微分和数值积分: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, adaptive Simpson integration
Platform: |
Size: 15077 |
Author: 周思良 |
Hits:
Description: [数值算法]积分算法之Simpson算法
Simpson算法来源于Newton-Cotes公式,是一种插值型求积算法.在高阶时数值的稳定性较差,故常用的是比较低较的几种情况.
Platform: |
Size: 8598 |
Author: AnySand |
Hits:
Description: 数值微分和数值积分: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, adaptive Simpson integration
Platform: |
Size: 14336 |
Author: 周思良 |
Hits:
Description: 提供了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 integration c code to achieve : a trapezoid Quadrature (TRAPZD-
Platform: |
Size: 5120 |
Author: ldg |
Hits:
Description: [数值算法]积分算法之Simpson算法
Simpson算法来源于Newton-Cotes公式,是一种插值型求积算法.在高阶时数值的稳定性较差,故常用的是比较低较的几种情况.-[Numerical algorithm] integral algorithm of Simpson algorithm Simpson algorithm derived from Newton-Cotes formula, is a type quadrature interpolation algorithm. In the high-end when the value is less stable, it is more commonly used than the low of several situations .
Platform: |
Size: 8192 |
Author: AnySand |
Hits:
Description: 计算机数值方法中Newton-Cotes公式积分算法的演示算法-Computer Numerical methods Newton-Cotes integration formula algorithm demonstration algorithm
Platform: |
Size: 1024 |
Author: |
Hits:
Description: 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法
[ReMap.rar] - EASYARM2200教学实验平台上的存储器映射
-Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of successive half-hours law, extrapolation and Romberg integration, adaptive Simpson integration method [ReMap.rar]- EASYARM2200 teaching experiment platform on memory-mapped
Platform: |
Size: 20480 |
Author: 任峰 |
Hits:
Description: 牛顿-科茨求积公式 是常微分方程的数值解法-Newton- Cotes quadrature formula is the numerical solution of ordinary differential equations
Platform: |
Size: 1024 |
Author: 刘佳 |
Hits:
Description: 利用复化梯形公式、 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 are given, and the preparation of procedures, the conclusions are given.
Platform: |
Size: 90112 |
Author: 猫猫 |
Hits:
Description: 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.
Platform: |
Size: 4096 |
Author: sun |
Hits:
Description: 包含用辛普森系列公式求积分
用牛顿-科茨系列公式求积分
用高斯公式求积分
用高斯拉道公式求积分等等
-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.
Platform: |
Size: 9216 |
Author: 李倩 |
Hits:
Description: 求解定积分的数值方法多种多样,如简单的梯形法、辛普生(Simpson) 法、牛顿-柯特斯(Newton-Cotes)法等都是经常采用的方法。它们的基本思想都是将整个积分区间[a,b]分成n个子区间[xi,xi+1],i=1,2,…,n,其中x1=a,xn+1=b。这样求定积分问题就分解为求和问题。-Numerical integration
Platform: |
Size: 9216 |
Author: laofan |
Hits:
Description: 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛卜生公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度.-Romberg quadrature, also known as successive half acceleration method. It is the trapezoid formula, formula and Cotes formulas Xinbo students the relationship between the basis, constructs a method to accelerate the calculation points. As an extrapolation method, it does not increase the amount calculated under the premise of improving the accuracy of the error.
Platform: |
Size: 1024 |
Author: liuchang |
Hits:
Description: matlab cotes and other programs
Platform: |
Size: 6144 |
Author: ndanji |
Hits:
Description: 牛顿-柯特斯数值积分公式及其MATLAB的实现
复化Newton-Cotes数值积分公式-Newton- Cotes numerical integration formula and the MATLAB implementation of complex numerical integration of Newton-Cotes formulas
Platform: |
Size: 32768 |
Author: 121380163 |
Hits:
Description: 利用Newton-Cotes积分公式求解第二类非线性Volterra积分方程-Newton-Cotes integral formula for solving the second class of nonlinear Volterra integral equations
Platform: |
Size: 1024 |
Author: 刘胡 |
Hits:
Description: 牛顿科兹求积分的方法,算法合理,易于实现-Newton Cotes
Platform: |
Size: 1598464 |
Author: Teddy |
Hits:
Description: 数值分析例题,包括欧拉法、龙格-库塔法、牛顿拉夫逊算法、牛顿-斯柯特和高斯消元法-Gaussian Elimination Row Operations
Newton Raphson
Newton-Cotes integration
Euler s method
Runga-Kutta
gaussjordan
Platform: |
Size: 4096 |
Author: cecile |
Hits:
Description: Newton-Cotes 的算法说明、流程图、运行代码;-Newton-Cotes numerical integral algorithm, flow chart, operation code
Platform: |
Size: 98304 |
Author: 眺望北方 |
Hits:
Description: 利用Newton-Cotes积分公式求解第二类非线性Volterra积分方程:(Using the Newton- Cotes integration formula for solving nonlinear on the second integral equation:)
Platform: |
Size: 5120 |
Author: yao123123 |
Hits: