搜索资源列表
shuzhijifen
- 关于数值积分的的源代码,matlab编写的,值得收藏,欢迎大家踊跃下载,为中国的科研事业做贡献-On the numerical integration of the source code, matlab prepared and worthy of collection, enthusiastically welcomed the U.S. download, in order to make China' s contribution to the cause of scientif
szjf
- matlab数值积分程序,里面包括了常用的matlab数值积分的程序,包括手写的和matlab自还的函数。-matlab numerical integration procedures, which include commonly used matlab numerical integration procedures, including hand-written and self is also a function of matlab.
RK4
- 1.用四阶 Runge-Kutta 法求数值积分的函数为 RK4 2.此函数的入口参数为:系统维数 dimension,仿真时间 tspan 。 3.tspan 的格式为 [a:h:b] . 其中 a 表示起始时间,h 表示步长,b 表示终止时间。 4.仿真模型的状态方程、输出方程的系数矩阵以及系统初值均存放于文件 input information.txt 中。 5.仿真结果存放于文件 result.txt 中。 6.运行举例: 将 M 文件 RK4.m 和 inpu
MATLAB-codes
- matlab几乎所有数值计算程序,都包括在内,数值积分数值微分,方程求根等等,几乎所有需要用到的程序-The matlab almost all numerical procedures, including numerical integration numerical differentiation equation Root, etc., almost all the needed procedures
123
- 应用matlab实现数值积分,这是一些基本的源程序,可以根据需要进行调用,对于求解线性、非线性动力学问题来说是最基本的程序-this is some mod about math
Numerical-integration
- 运用matlab对数值积分方法进行编程计算 其中包括高斯积分等方法-Use matlab programming calculation of numerical integration methods including methods such as Gaussian integral
newton-iteration
- matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
matlab
- 利用matlab来实现多项式的运算,及其各种符号的使用。例如求极限,数值积分,函数的求导等-Using matlab to achieve polynomial operations, and its various symbols are used. Such as finding the limit, numerical integration, function derivation, etc.
MATLAB-algorithms-assemblies
- matlab常用算法程序集,包括插值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、解线性方程组的直接法、解线性方程组的迭代法,随机数生成、特殊函数计算、常微分方程的初值问题、偏微分方程的数值解法、数据统计和分析-matlab commonly used algorithm for assembly, including interpolation, function approximation, eigenvalue calculations, numerical
shuzhijifen
- 数值积分MATLAB代码,包含4种数值积分方法,分别为复化梯形、复化抛物线、梯形逐次分半、抛物线逐次分半。且编写采用向量化思维效率高、代码简洁。-Numerical integration MATLAB code, including four kinds of numerical integration methods are Trapezoidal, Compound Parabola trapezoid successive half parabolic successive half.
数值积分程序
- 数个MATLAB数值积分程序,用于数值积分计算,请复制到MATLAB文件运行(several numerical integration code)
[muchong.com]MATLAB语言常用算法程序集
- 插值函数逼近数值微分数值积分数据统计分析(The interpolation function approximated the numerical analysis of numerical integration data)
第8章 数值积分
- matlab常用算法中的数值积分计算程序,内含21个有效文件(matlab commonly used algorithm numerical integral calculation program, contains 21 valid files)
Numerical_Integration
- 利用matlab用基础语法编写数值积分的程序,分别用了复化梯形公式和复化Simpson公式(The program of numerical integration is compiled by using the basic grammar of MATLAB, and the complex trapezoid formula and the complex Simpson formula are used respectively)
chengxu
- 复化求积公式(composite integration rule )是一类重要的求积公式。指将求积区间分为m个子区间,对每个子区间应用同一求积公式,所得到的复合数值积分公式。(The complex quadrature formula is a kind of important quadrature formula. The formula of complex numerical integration is obtained by dividing the quadrature int
第五章数值积分答案
- 习题讲解,关于matlab对于数值积分的运算(example,numerical integration)
[MATLAB语言常用算法程序集].(龚纯).清晰版
- MATLAB语言常用算法程序集,包括插值,数值积分和微分方程求解(MATLAB, statistic, program)
3数值积分与数值微分—Newton_Cotes公式积分法
- 使用matlab编写了Newton_Cotes公式积分法的函数,里面有题目,可直接运行计算得到结果。(The function of Newton_Cotes formula integral method is written by MATLAB. There are problems in it, which can be directly run and calculated and get the result.)
matlab求积分实例
- 插值型求积方法 275 8.1.1 梯形公式 276 8.1.2 辛普森公式 277 8.1.3 柯特斯公式 278 8.2 复化求积公式 279 8.2.1 复化梯形公式 279 8.2.2 复化辛普森公式 281 8.2.3 复化柯特斯公式 283 8.2.4 复化求积公式误差分析 285 8.3 步长逐次减半求积方法 286 8.3.1 步长逐次减半梯形求积公式 287 8.3.2 步长逐次减半辛普森求积公式 288
matlab数值微分程序原代码
- 9.1 利用差商近似导数 313 9.1.1 中点公式 313 9.1.2 利用Taylor公式构造差商公式 314 9.1.3 差商公式误差分析与步长优化 319 9.1.4 理查森外推法 321 9.2 插值型求导方法 323 9.3 样条求导 325 9.4 利用数值积分求导数 327 9.5 数值偏导数 329 9.6 MATLAB自带函数应用 329 9.6.1 diff函数 329 9.6.2 gradient函数 3