CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - Integral Romberg

搜索资源列表

  1. Romberg

    0下载:
  2. Numerical approximation rn of the definite integral from a to b that is obtained with the aid of Romberg s method with n rows and n columns.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:578byte
    • 提供者:Lokesh
  1. 7

    0下载:
  2. 用Romberg方法计算定积分,使误差不超过10E-5.-Definite integral using Romberg method, so that the error of not more than 10E-5.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:12.62kb
    • 提供者:张松昌
  1. 9Lab

    0下载:
  2. Numerical integral, Romberg integral, matlab .m file, source code.
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:85.89kb
    • 提供者:Fulop
  1. Romberg

    0下载:
  2. 是计算方法中一种重要的积分方法,即Romberg积分方法的Matlab程序-Is an important method of calculating the integral method, which Romberg integration method in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:845byte
    • 提供者:金炜
  1. romberg

    0下载:
  2. 用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。-用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求函数的表达式,积分上限和下限以及误差范围。运用MATTLAB程序求解积分省时、省力。用Romberg法求积分计算准确,while循环次数一般不超过10,运算较为方便、快捷;计算之前,需要给出所求
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:10.1kb
    • 提供者:zhangliping
  1. romberg

    0下载:
  2. 用龙贝格法求定积分,此例的变量数为三,但整体思路是没错的。-With Romberg method for the definite integral, the number of variables in this case is three, but the overall idea is correct.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:715byte
    • 提供者:彦成
  1. gaussshuzhi

    0下载:
  2. 在matlab中用ROMBERG方法求二重积分-Seeking double integral using Romberg method in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:651byte
    • 提供者:whushu
  1. ROMBERG

    0下载:
  2. matlab中的龙贝格数值积分方法,可用来计算定积分,用户可更改里面函数-The matlab Romberg numerical integration methods, can be used to calculate the definite integral, the user can change the inside function
  3. 所属分类:matlab

    • 发布日期:2017-11-25
    • 文件大小:530byte
    • 提供者:张翔宇
  1. Romberg

    0下载:
  2. 使用Matlab语言完成《数值计算方法》中的Romberg(龙贝格)积分公式,程序可以根据用户输入的积分上下限、误差容限及表达式实现Romberg积分。-Using Matlab language to complete " numerical methods" in the Romberg (Romberg) integral formula, the program based on user input limits of integration, error toler
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:652byte
    • 提供者:老邓
  1. Romberg

    0下载:
  2. 数值分析方法中,利用龙贝格方法求解定积分问题,-use Romberg method to solve the problem of definite integral
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:940byte
    • 提供者:zhaojing
  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
    • 文件大小:17.83kb
    • 提供者:王惠惠
  1. Romberg

    0下载:
  2. 使用外推法,计算Romberg积分的程序,已经过优化,计算速度较快-Using the extrapolation, Romberg integral calculation procedures, has been optimized, fast calculation speed
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:674byte
    • 提供者:Wang Baoshan
  1. Desktop

    1下载:
  2. matlab实现的一些数值积分方法,抛物型公式积分,复化辛普森公式积分,龙贝格公式积分-MATLAB implementation of numerical integration method integral parabolic formula, compound Simpson formula for integrals, Romberg formula score
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.25kb
    • 提供者:王忠磊
  1. romberg

    0下载:
  2. romberg积分公式算法的matlab代码,直接代入函数即可,romberg积分公式算法的matlab代码,直接代入函数即可(Romberg integral formula algorithm matlab code, directly into the function can be)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:50kb
    • 提供者:KVZHEN
  1. 多项式最小二乘拟合与龙贝格积分法

    0下载:
  2. 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1kb
    • 提供者:xhtleige
搜珍网 www.dssz.com