Welcome![Sign In][Sign Up]
Location:
Search - romberg

Search list

[Mathimatics-Numerical algorithmslong

Description: 用龙贝格方法求积分-Romberg method used for points
Platform: | Size: 1024 | Author: lxw | Hits:

[Mathimatics-Numerical algorithmsromberg

Description: 龙贝格数值积分法- Dragon Begg numerical integration
Platform: | Size: 1024 | Author: 申和平 | Hits:

[Mathimatics-Numerical algorithms龙贝格积分

Description: 龙贝格积分法求解数值积分-Romberg integral method numerical integration
Platform: | Size: 1024 | Author: 杨蕾 | Hits:

[Mathimatics-Numerical algorithms数值计算

Description: 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
Platform: | Size: 3072 | Author: 毛伟杰 | Hits:

[Windows DevelopRomberg9

Description: 这是Romberg算法-algorithm!
Platform: | Size: 1024 | Author: 叶魏强 | Hits:

[Mathimatics-Numerical algorithmsromberg算法

Description: 可以很好的实现数学中的算法-can achieve good mathematics algorithm
Platform: | Size: 2048 | Author: 张英 | Hits:

[Mathimatics-Numerical algorithmsrombergnew

Description: 龙贝格算法c源代码 实用性强,考虑方面齐全-Romberg c algorithm source code practical, considerations complete
Platform: | Size: 1024 | Author: microstone | Hits:

[Mathimatics-Numerical algorithms2005011422532426614

Description: 数值分析里的龙贝格算法-numerical analysis of the algorithm Romberg
Platform: | Size: 1024 | Author: 何明 | Hits:

[ELanguagenumerical_analysis

Description: 在程序设计部分主要讨论了在读写函数表达式时,词法分析与语法分析的C++实现方法,这也正是本程序编写的难点与重点。之后介绍了复化求积法和Romberg求积法的编写步骤及方法以及数值积分的实现方法。-in the process of discussing some of the major functions of the reader expression, lexical analysis and parsing of C++ methods, which is precisely what the procedures prepared by the difficult and focus. After the introduction of the complex plot for law and law Romberg Quadrature steps and the preparation method and the numerical integration method.
Platform: | Size: 134144 | Author: 王宇 | Hits:

[Other用龙贝格法计算函数f

Description: 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
Platform: | Size: 3072 | Author: tsibintsibin | Hits:

[CSharp计算方法实验报告

Description: 涉及计算方法类的源程序,包括romberg算法,四阶龙库格算法,langrang插值-involved calculation of the source categories, including Romberg algorithm, four bands- grid algorithm library, langrang interpolation
Platform: | Size: 10240 | Author: 郝来雨 | Hits:

[Mathimatics-Numerical algorithmsVB_NUM3

Description: 用VB实现数值积分的算法集。包括梯形求积法,反常积分,三重积分,龙贝格方法,辛卜生方法等6种方法。-VB numerical integration algorithm set. Quadrature including the trapezoidal method, abnormal integral triple integral, Romberg, Oracle Health means six ways.
Platform: | Size: 4096 | Author: 李春波 | Hits:

[Algorithm数值微分和数值积分

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:

[Other龙贝格

Description: 龙贝格算法 是计算方法中的一个计算公式的代码-Romberg calculation algorithm is a method of calculating the formula code
Platform: | Size: 1024 | Author: 莫庭胤 | Hits:

[Mathimatics-Numerical algorithms龙贝格积分算法

Description: 用c语言编写的一个龙贝格积分算法.可在C++或DOC下实现.-use of a language Romberg integral algorithm. In C or under DOC.
Platform: | Size: 1024 | Author: 王安耀 | Hits:

[Mathimatics-Numerical algorithms综合算法

Description: 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab mathematical modeling toolkit (and the many examples). Common algorithms : algorithms such as Floyd, the partition algorithms, dynamic programming, algorithm, greedy algorithm
Platform: | Size: 1452032 | Author: 罗鹏魁 | Hits:

[matlab龙贝格积分法

Description: 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!
Platform: | Size: 3072 | Author: jasa | Hits:

[Mathimatics-Numerical algorithmsNumerical-integration-method

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:

[Mathimatics-Numerical algorithmsIntegraller

Description: 可移植的积分算法 ,提供了数种方法(变步长梯形求积分;变步长辛卜生求积分;自适应梯形求积分;龙贝格求积分;计算一维积分的连分式法;高振荡函数求积分;勒让德-高斯求积分;拉盖尔-高斯求积分;埃尔米特-高斯求积分) ,比较实用-portable integral algorithm, a few methods (variable step-ladder for integration; Variable step for Oracle Integral Health; Adaptive trapezoidal seek integration; Romberg seek integration; calculating an integral dimension of the continued fraction; high oscillation function for integration; Legendre Germany-Gaussian seek integration; Laguerre- Gaussian seek integration; Hermite- Gaussian quadratures), more practical
Platform: | Size: 31744 | Author: 陈学川 | Hits:

[matlabjsffbg

Description: 计算方法实验报告: 编程环境:MATLAB7.0 牛顿K次插值多项式的程序实现 龙贝格求积公式的程序实现 高斯列主元消去法的程序实现.-report : Programming Environment : Newton MATLAB7 K polynomial interpolation procedures to achieve Romberg of Quadrature program Gaussian out PCA Elimination of the program.
Platform: | Size: 92160 | Author: 林明清 | Hits:
« 1 2 34 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net