搜索资源列表
Gauss
- 无网格伽辽金法中用到的数值积分,此程序,提供多点高斯积分,可任意选择!-element-free Galerkin method used in the numerical integration of this process, provide more Gaussian integral, can be arbitrary choice.
数值分析中的各种插值
- Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
Romberg-integral-method.rar
- 龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法,Romberg integration method, text input and output, to achieve Romberg numerical integration method
yingyongshuzhifenxi.rar
- 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
newmarkintegration.rar
- newmark数值积分法解动力学方程组,很实用哟。,Newmark numerical integration method for kinetic equations, it is practical yo.
valueanalysis
- 数值微分和数值积分:Newton-Cotes公式、复化公式和区间逐次半分法、外推法和Romberg积分、自适应Simpson积分法 [ReMap.rar] - EASYARM2200教学实验平台上的存储器映射 -Numerical Differentiation and Numerical Integration: Newton-Cotes formulas, complex formulas and interval of successive half-hours law, ext
1
- 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
NumericalAnalysis
- 数值分析—Gauss列主元消去法和龙格积分法-Numerical Analysis
111
- 线性方程组的迭代法与数值积分的实验报告,比较详细 -Linear iteration and numerical integration of the laboratory report, more detailed
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
calculator
- 上计算方法课的第二个程序,主要是实现数值积分的,尤其是romberg积分法,加速收敛技巧等等。-Calculation method for the class of the second program, mainly realizes the numerical integration, especially the romberg integral method, accelerating convergence technique and so on.
NG_MTCL
- 数值积分求解,用来计算一维积分的蒙特卡洛法。-Numerical integration to calculate the one-dimensional integral Monte Carlo method
RATG2
- 计算二重积分的连分式法,用来计算数值积分的求解。-Continued fraction method to calculate the double integral to solving numerical integration.
SIMP
- 变步长Simpson求积法,用来求解数值积分。-Variable step size Simpson quadrature method used to solve numerical integration.
newton-iteration
- matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
quad2dg
- 高斯积分法的matlab编程,目的在于求解一维,二维三维问题的数值积分。-Numerically evaluates 2D integrals using Gauss quadrature.
结构力学作业
- 线加速度时域积分法计算地震作用下框架结构各层位移、速度、加速度时程(The time domain integral method of line acceleration is used to calculate the displacement, velocity and acceleration time history of the frame structure under earthquake)
数值分析上机C语言代码
- 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
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数值微分程序原代码
- 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