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

搜索资源列表

  1. romberg

    0下载:
  2. mathematica romberg integration programme code
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.18kb
    • 提供者:sober
  1. Romberg

    2下载:
  2. 计算方法程序,龙贝格算法的matlab程序,精简明了,注释全面,自己的计算方法作业,很认真的编写的-Calculation program, Romberg algorithm matlab program, streamlining and clear, comprehensive notes, his method of operation of calculation, it is prepared carefully
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:54.19kb
    • 提供者:沈大勇
  1. Romberg

    1下载:
  2. 计算方法中的龙贝格积分法的matlab程序,以f(x)=sin(x)/x为例。-Romberg integration method in the calculation method matlab program, f (x) = sin (x)/x.
  3. 所属分类:matlab

    • 发布日期:2016-01-24
    • 文件大小:3kb
    • 提供者:刘鹏
  1. shuzhifenximatlab

    0下载:
  2. 用matlab解决一些数值分析中常用的算法,如牛顿法、gauss、romberg等-Using matlab to solve some numerical analysis of commonly used algorithms, such as Newton method, gauss, romberg, etc.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2.52kb
    • 提供者:duhongye
  1. romberg_integration

    0下载:
  2. This is a Matlab v6.5 implementation of the Romberg integration algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:877byte
    • 提供者:Bartosz
  1. romberg_integration

    0下载:
  2. Romberg integration algorithm: a method for integrating mathematic functions, in MATLAB.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:614byte
    • 提供者:davood
  1. 4

    0下载:
  2. romberg求积分,用C++编程实现的 非常好用 谢谢下载-romberg I
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:239.89kb
    • 提供者:lining
  1. Rombegrg

    0下载:
  2. 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数f(x)的代码如下: Romberg算法¨ function z=f(x) if (x~=0) z=sin(x)/x else z=1 end 备注:在实验代码中,首先输入必要的变量的值如下: a=0 b=1 tol=1e-8 待查询检查通过,开始输入执行代码 设置格式format short g查看u的值和sin(u)的值: -Inp
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:21.02kb
    • 提供者:kice
  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. romberg

    0下载:
  2. a Matlab program of Romberg Algorithm calculate
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5.55kb
    • 提供者:张晓君
  1. Romberg

    0下载:
  2. 用romberg方法计算定积分,数值积分的一种常用方法-use romberg method
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:579byte
    • 提供者:wang
  1. Romberg-sf

    0下载:
  2. 数值分析基于Matlab环境下的龙贝格算法-Numerical analysis based on Matlab environment Romberg algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:12.97kb
    • 提供者:Hades
  1. Romberg

    0下载:
  2. 这是用龙贝格求解数值积分的一种方法,精确性高-This is solved using Romberg numerical integration method, high accuracy
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:654byte
    • 提供者:vongpo
  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-code

    0下载:
  2. 龙贝格算法的matlab源代码,包含图像,收敛速度分析-Romberg algorithm matlab source code, including images, convergence rate analysis
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:872byte
    • 提供者:周萧潇
  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. Romberg

    0下载:
  2. 龙贝格算法matlab程序设计,龙贝格算法matlab程序设计-romberg matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:769byte
    • 提供者:harry
  1. Romberg

    0下载:
  2. 根据所给定的函数, 积分区间以及所要求的精度值, 编制Romberg 算法的 Matlab 程序-The basis of the given function, the value of the integration interval and the precision required, the preparation of the Romberg Algorithm in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:9.38kb
    • 提供者:jenny
  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
« 12 3 4 5 6 »
搜珍网 www.dssz.com