CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - romberg

搜索资源列表

  1. gaussLUrombergOLSmatlab

    0下载:
  2. 高斯消元法LU分解龙贝格OLS等matlab程序-Gaussian elimination LU decomposition matlab procedures, such as Romberg OLS
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:36582
    • 提供者:cindy
  1. romberg-and-r-k-and-adams

    0下载:
  2. 这是荣贝格积分法、四届荣格库塔法和四阶爱当姆斯法的matlab源程序,经实验好用,结果准确。-This is the glory Berger integration method, four wing-Kutta method and fourth-order love when Williams law matlab source, the experiment easy and accurate.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1359
    • 提供者:makangjian
  1. Numerical-Analysis

    0下载:
  2. 数值分析中的四种插值方法: 拉格朗日差值公式 龙贝格算法 三次样条插值 四阶龙格库塔方法 内附有详细算法解析文档-Numerical analysis of four interpolation methods: Lagrangian difference equation Romberg algorithm Cubic spline interpolation Fourth-order Runge-Kutta method Encl
  3. 所属分类:Algorithm

    • 发布日期:2017-06-11
    • 文件大小:18925775
    • 提供者:李虹颖
  1. rk_4-(2)

    0下载:
  2. 在matlab上利用乘幂法、龙贝格积分法、高斯赛德尔法、复化梯形法、四阶龙格库塔法处理一些简单的数学问题.-On matlab use power law, Romberg integration, high Sisaideer law, complex trapezoid method, fourth-order Runge-Kutta method to deal with some simple math problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:5163
    • 提供者:陈德良
  1. numerical-simulation

    0下载:
  2. 4阶经典Runge-Kutta格式解常微分方程,Romberg(龙贝格)法求函数的积分,三阶样条插值(一阶导数边界条件),定步长梯形法求函数的积分,矩阵A的伴随矩阵, Lagrange插值法数值求解,Newton迭代法解非线性方程f(x)=0-Fourth-order Runge-Kutta classic format solution of ordinary differential equations, Romberg (Romberg) method for function point
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2964
    • 提供者:dierlin
  1. ForROMB0

    0下载:
  2. 龙贝格数值积分公式,可对变步长进行积分求解-romberg integral
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:840
    • 提供者:李若男
  1. lecture-notes

    0下载:
  2. 《压缩感知与稀疏恢复》课程是 Justin Romberg教授访问清华大学期间讲授的短期课程。该资料为其讲课的课件。-"Compressed sensing and sparse recovery" is taught during the visit Tsinghua University professor Justin Romberg short courses. The data for lectures courseware.
  3. 所属分类:Other systems

    • 发布日期:2017-06-15
    • 文件大小:22628352
    • 提供者:吴德成
  1. shuzhifenxi

    0下载:
  2. Newton-cotes型求积公式,Romberg算法和Gauss型求积公式-Newton-cotes type quadrature formulas, Romberg algorithm and Gauss type quadrature formulas
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-17
    • 文件大小:72789
    • 提供者:chenjiaying
  1. shuzhijifern

    0下载:
  2. 用复合梯形,复合辛普森公式以及Romberg公式计算数值积分的3个程序-Calculated using the composite trapezoidal numerical integration, composite Simpson formula and Romberg formula 3 program
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1362
    • 提供者:陈惠华
  1. Math

    0下载:
  2. 龙贝格求积分,辛普森求积分,梯形公式以及三次样条求积分-Romberg quadrature, Simpson quadrature, trapezoidal formula and cubic spline quadrature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:155043
    • 提供者:程功
  1. longbeigeqiujigongshi

    0下载:
  2. 龙贝格求积公式-Romberg quadrature formula
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:10797
    • 提供者:赵博
  1. Gauss

    0下载:
  2. 数值方法 编程作业,之前上传了解线性方程组的相关解法,这里主要包括数据拟合、Newton、Romberg、Gauss、Hermite、Runge-Kutta等数值计算涉及的方法-Numerical Methods for programming operations, before uploading understanding of the relevant solution of linear equations, including the method of data fitting h
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:7689287
    • 提供者:王争
  1. Integral-calculation

    0下载:
  2. 用matlab编程计算积分,包括梯形算法,龙贝格算法,高斯算法,通过具体案例得到最终结果-Calculation of integrals with MATLAB programming, including trapezoidal algorithm, Romberg algorithm, Gauss algorithm, the final results are obtained through the concrete case
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:18255
    • 提供者:王惠惠
  1. Numerical-Recipes

    0下载:
  2. 本文件包含了高斯列主元消去法,拉格朗日插值多项式,牛顿插值多项式,龙贝格求积分法,牛顿迭代法等C/C++代码。-This document contains out PCA Gaussian elimination method, Lagrange interpolation polynomial, Newton interpolation polynomial, Romberg quadrature, Newton iterative method such as C/C++ code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:33200
    • 提供者:周东
  1. Romberg

    0下载:
  2. 通过输入区间端点a和b以及精度,初始等分数和最大外推层数来近似f(x)在a到b上的积分!-By entering a and b as well as the interval endpoint accuracy, the initial fraction and the like to approximate the maximum number of layers extrapolation f (x) at the points a to the b!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:534
    • 提供者:xienalai
  1. 4

    0下载:
  2. 数值分析,龙贝格求积公式,求解定积分程序 -Romberg quadrature formula, solving definite integral
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2735
    • 提供者:ningchungui
  1. lngl

    0下载:
  2. 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 important algorithms C language source code: Lagrange, Newton interpolation, Gauss, Romberg ~~
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7438
    • 提供者:chenyuwuqi
  1. romberg_method

    0下载:
  2. 数值分析-龙贝格求定积分romberg method for integral-romberg method for integral
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6922
    • 提供者:Joe
  1. longbeige

    0下载:
  2. 本程序是基于matlab的龙贝格积分数值方法。-This program is Romberg integral numerical methods matlab based.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1285
    • 提供者:张俊峰
  1. chapter8-of-math-analysis

    0下载:
  2. romberg算法,simpson算法,外推算法,简便了计算过程,提高了运算效率-Romberg algorithm Simpson, extrapolation method, simple calculation process, improve the operation efficiency
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:14365
    • 提供者:季秋峰
« 1 2 ... 11 12 13 14 15 1617 18 19 20 »
搜珍网 www.dssz.com