搜索资源列表
用龙贝格法计算函数f
- 介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
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 integration c code to achieve
romberg
- example for romberg method (Fortran code)
Romberg数值算法
- 计算方法中romberg算法的c程序源码-calculation method Romberg Algorithm c procedures FOSS
龙贝格方法
- 龙贝格方法。又一个数值算法。-Romberg method. Also a numerical algorithm.
long.zip
- 用龙贝格方法求积分,Romberg method used for points
Romberg-integral-method.rar
- 龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法,Romberg integration method, text input and output, to achieve Romberg numerical integration method
Romberg
- 计算方法程序,龙贝格算法的matlab程序,精简明了,注释全面,自己的计算方法作业,很认真的编写的-Calculation program, Romberg algorithm matlab program, streamlining and clear, comprehensive notes, his method of operation of calculation, it is prepared carefully
NumericalAnalysis
- 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
ROMBERG
- 在变步长求积过程中的三个加速公式,将粗糙的积分近似值迅速加工成精度较高的积分近似值的求积方法为龙为个求积算法。-Variable step size in order to plot the course of the three accelerated formula rough approximation of the points quickly processed into a high precision quadrature integral approximation method
Rombergintegrationmethod
- 用龙贝格方法上级计算积分: 这里计算e的-x平方在0到0.8的积分,代码中f函数为被积函数,main函数中输入积分区间。 -Superior method of calculation using Romberg integration: This calculation of e,-x squared from 0 to 0.8 points in the code for the integrand function f the function, main function, en
Romberg
- Numerical approximation rn of the definite integral from a to b that is obtained with the aid of Romberg s method with n rows and n columns.
Romberg
- 用romberg方法计算定积分,数值积分的一种常用方法-use romberg method
Romberg
- 应用Romberg方法计算函数的积分, 应用Romberg方法计算函数的积分。-Application of the integral function of Romberg method, application of Romberg method function points.
romberg
- 用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。-用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求
romberg
- 用龙贝格法求定积分,此例的变量数为三,但整体思路是没错的。-With Romberg method for the definite integral, the number of variables in this case is three, but the overall idea is correct.
Romberg
- VC++编写,使用Romberg方法计算定积分。 -VC++ written using the Romberg method to calculate the definite integral.
Romberg
- 数值分析方法中,利用龙贝格方法求解定积分问题,-use Romberg method to solve the problem of definite integral
romberg
- 龙贝格积分,比较高效的数值积分方法,迭代法求积分-Romberg method,efficient numerical integrals function
Romberg
- 这是一个用Romberg法拟值的C语言小程序-This is a Romberg method proposed small value of C language program