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

搜索资源列表

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:1181
    • 提供者:陈海强
  1. fhtxgs

    0下载:
  2. 简单实现了复化梯形公式的求解,并且分析了数据误差和分段数之间的关系图
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:于来
  1. tx

    0下载:
  2. 计算方法实验。自己做的 实 验3 梯形法求定积分值 【实验内容】 1、方法简介 复化梯形公式: , 2、基本原理 设将求积区间[a,b]划分为n等分,步长 ,分点为xi=a+ih,i=0,1,…,n。所谓复化求积法,就是先用低阶求积公式求得每个子段[xi,xi+1]上的积分值Ii,然后再将他们累加求和,用各段积分之和 作为所求积分的近似值。 3、使用说明 (1)本程序在windows xp + vc6.0完美运行,为了保证其正确,请在此环境下
  3. 所属分类:Windows编程

    • 发布日期:2014-01-17
    • 文件大小:62491
    • 提供者:000
  1. simpson

    1下载:
  2. 数值分析中的插值计算,包括梯形公式,Simpson公式,复化梯形公式,复化Simpson公式,
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3329
    • 提供者:刘星
  1. erchongjifen

    0下载:
  2. 该程序为重积分的计算。应用复化梯形公式,采用逐次二分步长的方法,并应用外推思想。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:986
    • 提供者:潘晓惠
  1. numerical_analysis_classic

    0下载:
  2. 数值分析中最常用的14个程序: 01_N皇后问题 01_循环赛程表 02_分段线性插值 02_牛顿插值法 03_构造正交多项式 03_最佳一致逼近多项式 04_简单迭代法求方程根[1+1;x] 04_简单迭代法求方程根[sqrt(x+1)] 05_复化梯形公式求积 06_尤拉公式解初值问题 08_高斯消去法解方程组 09_连分式法求积 10_迭代法解线性方程组 10_雅可比方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:149475
    • 提供者:丁一
  1. trapezium_formula_quadrature_new

    0下载:
  2. 数值分析中的复化梯形公式求积的问题,程序中含输入/输出界面。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:10449
    • 提供者:丁一
  1. fuhuaqiuji

    1下载:
  2. MATLAB语言编写变步长复化梯形求积公式的算法程序(函数式M文件)-MATLAB language-based variable step-size re-trapezoidal quadrature formula of the algorithm program (functional M file)
  3. 所属分类:source in ebook

    • 发布日期:2015-12-07
    • 文件大小:519
    • 提供者:kavert
  1. shuzhifenxi4

    1下载:
  2. 实验题目:复化求积公式 相关知识:将积分区间[a,b]n等分,节点xk=a+kh,k=0,1, …,n,步长 。复化梯形公式为: 再将每个小区间二等分,即整个积分区间[a,b]2n等分,此时复化梯形公式为 。复化梯形公式的递推关系为 其中, , 。 数据结构:(略) 算法设计: 复化梯形公式的算法如下 第一步:n=1,h=b-a; 第二步: ; 第三步:计算 ; 第四步:计算 ; 第五步:n=2n,h=h/2; 第六步:若 (事先给定
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:785
    • 提供者:张涛
  1. Tixing

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

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

    0下载:
  2. 复化梯形求积公式:定积分近似计算的一个有效方法——复化牛顿-科玆方法,其中最常用的当推复化梯形公式。-Rehabilitation of trapezoidal quadrature formula: Approximate calculation of definite integral is an effective way- rehabilitation of the Newton- Kotz methods, the most commonly used when pushing reh
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:47693
    • 提供者:klb
  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. 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-09
    • 文件大小:1024
    • 提供者:yuffe
  1. 作业4

    2下载:
  2. 复化数值积分)分别编写用复化梯形积分公式和复化Simpson积分公式的通用程序来计算积分 取积分节点数 为 ,并计算误差和误 差阶,其中误差阶的计算方法如下:如果 是步长为 时的误差, 是步长为 时的误差,则相应的误差阶 为 输出格式:数值积分值,误差,误差阶(Complex numerical integration) are respectively prepared with the complex trapezoid integral formula and complex S
  3. 所属分类:数学计算

    • 发布日期:2021-02-28
    • 文件大小:101376
    • 提供者:雪之下雪乃
« 12 3 »
搜珍网 www.dssz.com