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

搜索资源列表

  1. ROMBERG

    0下载:
  2. 龙贝格法求积分 在MATLAB中实现,初级学习者之必备软件
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:1330
    • 提供者:xiaobai
  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
    • 文件大小:55493
    • 提供者:沈大勇
  1. xx

    3下载:
  2. Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:11218
    • 提供者:shiruiqi123
  1. romberg

    0下载:
  2. 在理解龙贝格算法的基础上,利用MATLAB软件使这种算法程序实现。并以解决一个求解积分题目为直接目的,检验程序的正确性与可行性,推广至同一类型求积公式的解决中。-Understand the basis of the Romberg algorithm, this algorithm program using MATLAB software. And solve the integral subject to solve a direct purpose, the correctness an
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:735
    • 提供者:叶明
  1. daima

    2下载:
  2. 根据给定的函数,分别用复合梯形公式、复合辛普森公式、龙贝格求积公式和变步长的求积公式计算积分结果,并且比较积分的精确度。-According to a given function, namely, composite trapezoidal formula using composite Simpson formula Romberg quadrature formula and the variable step-size integration quadrature formula res
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:1560
    • 提供者:娜娜
  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
    • 文件大小:3072
    • 提供者:刘鹏
  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
    • 文件大小:2585
    • 提供者:duhongye
  1. Aumerical_Analysis_MATLAB_function

    0下载:
  2. 研一刚上完数值分析,自己写了几个算法的子函数,可以直接调用,参数的含意在文件中有说明,这五个算法分别是:拉格朗日插值,hermite插值,Newton插值,修正hamming算法,龙贝格加速算法。希望能够对大家有所帮助。-Kenichi just finished numerical analysis, himself wrote a number of algorithms Functions, you can directly call the meaning of the paramete
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1939
    • 提供者:小天
  1. romberg_integration

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

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

    1下载:
  2. 用matlab实现Romberg积分,该算法简单易懂,容易初学者掌握-Romberg Integral using matlab,easy to understand
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1603
    • 提供者:nike
  1. romberg_integration

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

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

    0下载:
  2. 数值积分 romberg matlab编程-Numerical integration romberg matlab programming
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:32572
    • 提供者:张光桥
  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
    • 文件大小:21528
    • 提供者:kice
  1. sy

    0下载:
  2. 常用的数值积分方法(特别是梯形、Simpson方法、和Romberg算法),编制复合梯形公式,复合Simpson公式,Romberg算法的程序,数值积分方法的逐步精致化过程-Commonly used numerical integration methods (in particular, trapezoidal, Simpson method, and the Romberg algorithm), the preparation of composite trapezoidal rule,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:872
    • 提供者:apple
  1. romberg

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

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

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

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

    0下载:
  2. 描述积分学数值分析龙贝格算法的matlab程序和例题-Descr iption calculus numerical analysis the Romberg algorithm matlab procedures and examples
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:31744
    • 提供者:zjl
  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
    • 文件大小:51200
    • 提供者:KVZHEN
  1. romberg算法

    0下载:
  2. 在MATLAB上测试龙贝格算法,并且实现算法的调整(Test the Romberg algorithm on MATLAB)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-02
    • 文件大小:8192
    • 提供者:zo29
  1. matlab求积分实例

    2下载:
  2. 插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   
  3. 所属分类:其他

    • 发布日期:2020-06-19
    • 文件大小:11264
    • 提供者:XWLYF
« 12 3 4 5 6 »
搜珍网 www.dssz.com