搜索资源列表
Numerical-integration-method
- 提供了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
Numerical-integration-method
- 提供了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
excel_in_civil_egineering
- 工量预测.xls 截面扭转特性.xls 截面特性一.xls 截面特性二.xls 最优化问题.xls 最值问题.xls 牛顿法解方程.xls 矩阵运算.xls 线性拟合.xls 解线性方程组.xls 解线性方程组(二).xls 辛普森法积分.xls 频率与振型求解.xls 双变量模拟运算.xls 多元线性回归.xls 多项式拟合.xls 实例1
szjf
- 1.梯形求积法 2.辛普森求积法 3.龙贝格求积法 4.反常积分 5.高斯求积法 6.三重积分-1. Trapezoid quadrature method 2. Simpson quadrature method 3. Romberg quadrature method 4. Abnormal points 5. Gaussian quadrature method 6. Triple integral
JSQ
- 改程序为积分计算器,对给定的函数 (如 等),能够按照三种数值积分法进行计算,并能正确输出计算结果。其中,所采用的数值积分法为:梯形求积公式、辛普森求积公式、高斯公式。-Reform procedures for the points calculator, for a given function (eg, etc.), in accordance with the three numerical integration method
shuzhijisff
- 数值计算方法的程序,其中包括梯形积分法,三角矩阵求解,和辛普森积分法-Procedures for numerical methods, including the trapezoidal integration method, triangular matrix solution, and the Simpson integration method
sigalRotordyns
- 有限差分法求轴承雷诺方程 复化辛普森数值积分求承载能力-solviing the reynolds eq. by the means of finite difference and calc. the total load using compoud simpson s numerical integrial
shuzhijifen
- 包含用辛普森系列公式求积分 用牛顿-科茨系列公式求积分 用高斯公式求积分 用高斯拉道公式求积分等等 -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
Simpson_Integral_Func
- 辛普森积分法(Simpson Integration)是一类常用且有效的数值积分法中,这里提供一个使用VBA实现的辛普森积分法-Simpson integration method (Simpson Integration) is a type of numerical integration commonly used and effective method, used here to provide an implementati
C-er-chong-jifen
- 用C实现积分 含有梯形法和辛普森求积分法-Achieve integration with the C trapezoid method and Simpson quadrature method
SIMPSION-INTEGRAL
- 用辛普森方法计算积分,只能计算一重积分。程序为变步长辛普森积分法。其中包含有一维搜索的程序。-Integration with the Simpson method
Numerical-Analysis
- 动态输入节点个数、各节点数据、积分上下限及精度要求(Romberg精度要求 ); 分别用 Lagrange 和 Newtow 插值法计算 p(x) 和 q(x) 在求积节点处的近似值; 分别用梯形公式、辛普森公式和 Romberg 算法计算: 梯形公式、辛普森公式输出T、S,Romberg 算法输出步长、等分数、Tn、Sn、Cn、Rn以及最终的计算结果 -Number of dynamic inpu
double-simpon
- 变长辛普森法求双重积分,适用于工程电磁场数值计算-Simpson method for the variable-length double points for engineering electromagnetic field numerical calculation
quadS
- matlab 用于数值积分,运用辛普森法-matlab for numerical integration, using Simpson' s method
simpson
- 辛普森积分法 用fortran编写,适用于初学者学习-sipson
Compound-simpson-integral
- 该文档介绍辛普森积分法的数值实现方法,是学习Python和数值分析的好资料!-This document describes the numerical implementation Simpson integration method is learning Python and numerical analysis of good information!
numerical-computation
- 二分法,牛顿迭代法,割线法,梯形积分法和辛普森积分法在C语言程序设计实现-Dichotomie,Newton Iteration,Secant Method,trapezoidal integration and Simpson s rule in the C languare programing.
辛普森法求解fredholm方程
- 通过辛普森法求解第二类fredholm积分方程,稍作修改就可以求解第一类fredholm积分方程(The first type of fredholm integral equation is solved by the simpsons method)
辛普森积分法
- 利用辛普森方法计算一维积分函数,基础,简单,易懂(The Simpson method calculates the integral)
数值积分法
- 数值积分法,包括梯形求积公式,复化梯形求积公式,辛普森求积公式,复化辛普森求积公式和龙贝格求积公式(The numerical integration method includes trapezoidal quadrature formula, complex trapezoidal quadrature formula, Simpson quadrature formula, compound Simpson quadrature