CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 数值积分法

搜索资源列表

  1. Gauss

    1下载:
  2. 无网格伽辽金法中用到的数值积分,此程序,提供多点高斯积分,可任意选择!-element-free Galerkin method used in the numerical integration of this process, provide more Gaussian integral, can be arbitrary choice.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1357
    • 提供者:andy
  1. 数值分析中的各种插值

    0下载:
  2. Lagrange插值+Newton插值+分段线性插值+复合梯形公式求定积分+列主元高斯+牛顿迭代+数据拟合+线性方程组迭代+++追赶法(1)
  3. 所属分类:其他小程序

  1. Romberg-integral-method.rar

    0下载:
  2. 龙贝格积分法,文本输入输出,实现数值计算的龙贝格积分法,Romberg integration method, text input and output, to achieve Romberg numerical integration method
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:160387
    • 提供者:姜北樵
  1. yingyongshuzhifenxi.rar

    0下载:
  2. 本书包括绪论,插值法,函数逼近,解线性方程组的直接方法、迭代法,数值微分与数值积分,非线性方程求根,常微分方程数值解法,矩阵特征值与特征向量的计算以及附录和习题解答等。 ,This book includes introduction, interpolation, function approximation, solution of linear equations of the direct method, iterative method, numerical differentiati
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:3239623
    • 提供者:zz
  1. newmarkintegration.rar

    2下载:
  2. newmark数值积分法解动力学方程组,很实用哟。,Newmark numerical integration method for kinetic equations, it is practical yo.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:1958
    • 提供者:孙长城
  1. valueanalysis

    0下载:
  2. 数值微分和数值积分: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
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:20936
    • 提供者:任峰
  1. 1

    0下载:
  2. 第二章 解线性方程组的直接法 --------------------------------------------------------------------------------------- 主函数文件 子函数文件 功能 实例 -------------------------------------------------------------------------------------- GELIMM.C GELIM.C Gauss顺序消去法解线
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:374250
    • 提供者:xig
  1. NumericalAnalysis

    0下载:
  2. 数值分析—Gauss列主元消去法和龙格积分法-Numerical Analysis
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:6552
    • 提供者:王连接
  1. 111

    0下载:
  2. 线性方程组的迭代法与数值积分的实验报告,比较详细 -Linear iteration and numerical integration of the laboratory report, more detailed
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:1146471
    • 提供者:马云海
  1. RK4

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:995
    • 提供者:闫兆敏
  1. calculator

    0下载:
  2. 上计算方法课的第二个程序,主要是实现数值积分的,尤其是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.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:979
    • 提供者:孤鹜
  1. NG_MTCL

    0下载:
  2. 数值积分求解,用来计算一维积分的蒙特卡洛法。-Numerical integration to calculate the one-dimensional integral Monte Carlo method
  3. 所属分类:CSharp

    • 发布日期:2017-11-22
    • 文件大小:1099
    • 提供者:彭烟花
  1. RATG2

    0下载:
  2. 计算二重积分的连分式法,用来计算数值积分的求解。-Continued fraction method to calculate the double integral to solving numerical integration.
  3. 所属分类:CSharp

    • 发布日期:2017-11-25
    • 文件大小:1371
    • 提供者:彭烟花
  1. SIMP

    0下载:
  2. 变步长Simpson求积法,用来求解数值积分。-Variable step size Simpson quadrature method used to solve numerical integration.
  3. 所属分类:CSharp

    • 发布日期:2017-11-09
    • 文件大小:948
    • 提供者:彭烟花
  1. newton-iteration

    0下载:
  2. matlab编写,牛顿迭代法以及二分法等数值积分方法-numerical integration methods matlab prepared Newton iteration dichotomy
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:2829
    • 提供者:hongguang
  1. quad2dg

    1下载:
  2. 高斯积分法的matlab编程,目的在于求解一维,二维三维问题的数值积分。-Numerically evaluates 2D integrals using Gauss quadrature.
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:2970
    • 提供者:jiao shaoni
  1. 结构力学作业

    0下载:
  2. 线加速度时域积分法计算地震作用下框架结构各层位移、速度、加速度时程(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)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:2108416
    • 提供者:Louislys
  1. 数值分析上机C语言代码

    1下载:
  2. 龙贝格积分 高斯列主消元法 牛顿迭代 三次样条插值 龙格卡塔(Romberg integration Gauss principal elimination method Newton iteration three spline interpolation Runge Cartagena)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:95232
    • 提供者:咸咸甜甜
  1. 3数值积分与数值微分—Newton_Cotes公式积分法

    0下载:
  2. 使用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.)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:37888
    • 提供者:jeff1130
  1. matlab数值微分程序原代码

    2下载:
  2. 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
  3. 所属分类:其他

    • 发布日期:2020-04-19
    • 文件大小:5120
    • 提供者:XWLYF
« 12 »
搜珍网 www.dssz.com