搜索资源列表
实验3-数值积分
- 1、用MATLAB软件掌握梯形公式、辛普森公式和蒙特卡罗方法计算数值积分。 2、通过实例学习用数值积分和数值微分解决实际问题。
sinpson
- 数值算法的实现 辛普森算法 实现积分 在c语言下实现 -numerical algorithm to achieve Simpson algorithm integral in achieving language c
综合算法
- 数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method
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
Simpson1
- 这事辛普森积分算法实例-Simpson Integration Algorithm for example
数值计算
- 定步长辛普森公式计算.二分法.列主高斯消去法.龙贝格.牛顿迭代法.弦截法.逐次超松弛迭代法.-fixed step Simpson formula. Dichotomy. Main-Gaussian Elimination Act. Romberg. Newton iteration. Xianjie law. Successive Over-Relaxation iterative method.
simpsonnew
- 辛普森复合算法 典型-Simpson typical composite algorithm
实验3-数值积分
- 1、用MATLAB软件掌握梯形公式、辛普森公式和蒙特卡罗方法计算数值积分。 2、通过实例学习用数值积分和数值微分解决实际问题。-1, using MATLAB software have trapezoidal formula, Simpson formula and Monte Carlo numerical integration method. 2, through examples of learning to use nume
sinpson
- 数值算法的实现 辛普森算法 实现积分 在c语言下实现 -numerical algorithm to achieve Simpson algorithm integral in achieving language c
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
Qsimp
- 一个采用复化辛普森求积公式计算定积分的小程序。-Simpson employ of a quadrature formula of definite integral applet.
200531510031
- matlab的实验报告,有雅可比迭代,最小二乘法和复化辛普森公式。-matlab experimental reports, Jacobi iteration, the least square method and complex formula of Simpson.
Czuhexinpusenqiujifen
- C组合辛普森求积分 源程序 MATLAB-C portfolio Simpson integral source for MATLAB
Matlab
- Matlab数值积分,包含多种积分的源程序 CombineTraprl 复合梯形公式求积分 IntSimpson 用辛普森系列公式求积分 NewtonCotes 用牛顿-科茨系列公式求积分 IntGauss 用高斯公式求积分 IntGaussLada 用高斯拉道公式求积分 IntGaussLobato 用高斯—洛巴托公式求积分-Matlab numerical integration, including a v
辛普森法求解fredholm方程
- 通过辛普森法求解第二类fredholm积分方程,稍作修改就可以求解第一类fredholm积分方程(The first type of fredholm integral equation is solved by the simpsons method)
改进欧拉法-二分法-复化辛卜生公式
- 实现c语言的改进欧拉法,源文件没有任何修改(To achieve the improved Euler method in C language)
辛普生矩形积分
- 用c++编程语言并且用辛普森积分的方法求积分(Using c++ programming language and using Simpson integral method to calculate integral)
辛普森积分法
- 利用辛普森方法计算一维积分函数,基础,简单,易懂(The Simpson method calculates the integral)
Simpson
- 运用辛普森法则运算某个函数的积分,此为其程序(To get the integration of a function by Simpson's method.)
C语言自适应辛普森积分程序
- 这是一个自适应辛普森积分的C语言程序,本人亲自编写,亲测可用