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

搜索资源列表

  1. 实验3-数值积分

    2下载:
  2. 1、用MATLAB软件掌握梯形公式、辛普森公式和蒙特卡罗方法计算数值积分。 2、通过实例学习用数值积分和数值微分解决实际问题。
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:34573
    • 提供者:葛林
  1. ComplexT

    0下载:
  2. 复化梯形公式,数值计算。This the main application source file-Minute trapezoid formula, numerical calculation. This is the main application source file
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1178
    • 提供者:山里
  1. 幸卜生与梯形公式

    0下载:
  2. 这是一个数值分析算法的源程序,是用C来编写的,绝对是源码,而且也比较有用,因为只要是理工科的大学生大多要学数值分析,所以此程序有用-This is a numerical analysis of the source algorithm is used to prepare the C is absolutely source, but also more useful, because as long as it is mostly science and engineering studen
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:6539
    • 提供者:谭国辉
  1. 二重积分

    0下载:
  2. 利用了二重积分的复化梯形公式,并运用了Richardson外推思想-use of the Double Integral Minute trapezoid formula, and apply a Richardson extrapolation thinking
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1380
    • 提供者:叶真
  1. tixinggongshi

    0下载:
  2. 梯形公式的求根算法,我好了一个小时编的,虽不是很好。但能用-trapezoid formula Root algorithm, I am the one-hour series, is not very good. But can use
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:69128
    • 提供者:ajsaklfj
  1. fuhuatixinggongshi

    0下载:
  2. 复化梯形公式 数值算法-Minute trapezoid formula Numerical Algorithms
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:陈海强
  1. 1 梯形公式求

    0下载:
  2. 1 梯形公式求x.exp(x)在(0,ln2)的积分-a trapezoid formula for x.exp (x) (0, ln2) Integral
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:881
    • 提供者:杜正
  1. 110

    0下载:
  2. 复合梯形公式和复合辛普森公式的基本思想,编程实现复合梯形公式和复合辛普森公式的积分计算。内有matlab代码和实验报告-Composite trapezoidal rule and composite Simpson formula for the basic idea of programming composite trapezoidal rule and composite Simpson formula for calculating points. There matlab code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:26486
    • 提供者:
  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. Tixing

    1下载:
  2. 基于Matlab的程序,复化梯形公式求积分的算法-Matlab-based procedures, rehabilitation of trapezoidal formula for integration algorithm
  3. 所属分类:matlab

    • 发布日期:2015-12-07
    • 文件大小:1100
    • 提供者:许明鹤
  1. SY_3

    0下载:
  2. 课程设计,编程实现复化梯形公式、复化Simpson公式、Romberg公式-Curriculum design, programming and implementation complex trapezoid formula, rehabilitation of Simpson formula, Romberg formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-15
    • 文件大小:6876
    • 提供者:wmquan
  1. tixing

    0下载:
  2. 复化梯形公式计算积分的通用程序,方便快捷!非常好用-Trapezoidal formula rehabilitation of the general program points, convenient and quick! Very good
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:607
    • 提供者:张龙
  1. nownow

    0下载:
  2. 分别采用复化梯形公式,复化simpson公式和Gauss积分法求解方程组的解-Using the complex formula of trapezoid, simpson restoration of Gauss integral formula and method of solution of equations
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1686
    • 提供者:tai
  1. fuhuaqiujikechengsheji

    0下载:
  2. 利用复化梯形公式、 Newton-Cotes公式 、 Romberg公式进行积分数值计算,将计算结果与精确值比较。给出实例,并编写程序,给出结论。-Rehabilitation of the use of trapezoidal rule, Newton-Cotes formulas, Romberg numerical integration formula, the calculation results compared with the accurate value. Examples
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:90477
    • 提供者:猫猫
  1. mainc

    1下载:
  2. 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative me
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2718461
    • 提供者:shz
  1. shuzhijiweifen

    0下载:
  2. 实验三 数值积分与数值微分 实验内容:选用复合梯形公式,复合Simpson公式,Romberg算法-Experiment 3 numerical integration and numerical differentiation experiment content: Using composite trapezoidal rule, composite Simpson formula, Romberg Algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:11466
    • 提供者:yuan
  1. shuzhijifen

    0下载:
  2. 数值积分(学习计算方法三) 变步长梯形公式 变步长辛普森公式 复合梯形公式 复合辛普森公式-Numerical integration (learning method c) variable step variable step trapezoidal rule formula for composite trapezoidal composite Simpson' s formula Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2913278
    • 提供者:ludy
  1. da2

    0下载:
  2. .牛顿—科特斯公式:梯形公式、辛普森公式、科特斯公式; 2.复化求积公式:复化梯形公式、复化辛普森公式; -. Newton- Cortez formula: the trapezoidal rule, Simpson formula, Cortez formula 2. Complex of the quadrature formula: complex trapezoid formula, complex formulas of Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:134545
    • 提供者:张克
  1. bin

    0下载:
  2. 数值计算中复化梯形求积公式代码,定义函数后,输入上限线和划分区间个数,输出积分值。还有牛顿插值公式。(Numerical calculation of complex trapezoid formula code,after function definitions, input limit line and interval number,output integral value.And the Newton interpolation formula.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:yuffe
  1. 常用数值积分公式

    0下载:
  2. 利用复合梯形公式、辛普森公式、牛顿-柯茨公式等计算函数f在区间[a,b]上的定积分,调用格式【q,s】=CombineTraprl(‘函数公式’,积分下限a,积分上限b)(Calculate definite integral by using CombineTraprl method)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-10
    • 文件大小:7168
    • 提供者:lxshisan
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com