搜索资源列表
oula数值积分.rar
- 欧拉法
数值微分和数值积分
- 数值微分和数值积分: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, adapti
龙贝格积分法
- 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpola
hundun
- 这是一个混沌程序 本程序基于彭加莱映射原理,用数值积分法演示非线形动力系统的特性-This is a chaotic process based on the procedures Peng Calais mapping theory, numerical integration of non-linear presentation of the characteristics of dynamic systems
龙贝格积分
- 龙贝格积分法求解数值积分-Romberg integral method numerical integration
综合报告
- 数值积分法的实现-numerical integration method for the realization
线性方程组的迭代法和牛顿数值积分
- 线性方程组的迭代法:Jacobi, Gauss-Seidel,SOR,SOR for Poisson。 牛顿数值积分方法及其Steffensen加速法。
dblsim.rar
- 完全的二维数值积分程序 给出自变量和函数值的矩阵,便可以计算其二重积分。这里采用simpson积分法 比matlab自带的dblquad好用多了,霍霍! 同时附有口径场用Gaussian-Lagurrer函数展开程序,Fully two-dimensional numerical integration procedure to the variables and function values from the matrix, we can calculate the double in
newmarkintegration.rar
- newmark数值积分法解动力学方程组,很实用哟。,Newmark numerical integration method for kinetic equations, it is practical yo.
shuzhijifen
- 数值积分法通过matlab实现,对于初学者非常有用。从书上下载的源代码。-Achieved by numerical integration matlab, very useful for beginners. Downloaded from the book source code.
oula数值积分
- 欧拉法-Euler
romberg
- 龙贝格数值积分法- Dragon Begg numerical integration
NewtonAndromberg
- 非线性方程牛顿迭代法和数值积分的龙贝格解法-Newton iteration of nonlinear equations and numerical solution of integral Romberg
MATLAB_Arithmetic
- 书名:[MATLAB语言常用算法程序集].(龚纯).清晰版 内容:插值,函数逼近,特征值计算,数值微分,数值积分,方程求根,非线性方程组求解,线性方程组的直接法,线性方程组的的迭代法,随机数生成,特殊函数计算,常微分方程的初值问题,偏微分方程的数值解法,数据统计和分析。-Title: [MATLAB algorithms commonly used in assembly language]. (Gong pure). Clearer view of the contents: interp
MATLAB-language
- 差值、函数逼近、矩阵特征值计算、数值微分、数值积分、方程求根、非线性方程组求解、线性方程组直接法、线性方程组迭代法、随机数生成、特殊函数计算、常微分方程初值问题、偏微分方程数值解法、数据统计和分析-Difference, function approximation, eigenvalue calculation, numerical differentiation, numerical integration, finding roots of equations, nonlinear equ
06_UT 数值
- 使用数值积分法对目标轨道进行估计,并对误差传播进行分析(The numerical integration method is used to estimate the target orbit, and the error propagation is analyzed .)
06_UT J2 解析 无短周期
- 对目标弹道受力进行分析,考虑J2摄动的影响,并包含短周期项,弹道预报方法使用数值积分法(The force of the target trajectory is analyzed, considering the influence of the J2 perturbation, and contains the short term term, the trajectory prediction method using numerical integration method .)
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.)
数值积分法
- 数值积分法,包括梯形求积公式,复化梯形求积公式,辛普森求积公式,复化辛普森求积公式和龙贝格求积公式(The numerical integration method includes trapezoidal quadrature formula, complex trapezoidal quadrature formula, Simpson quadrature formula, compound Simpson quadrature formula and long Berg quadratu
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