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

搜索资源列表

  1. 44fe979b4813b

    0下载:
  2. 数值分析中的欧拉算法 本文建立在數值分析的理論基礎上,能夠在Matlab環境中運\行,給出了理論分析、程序清單以及計算結果。更重要的是,還有詳細的對算法的框圖說明。首先運\用Romberg積分方法對給出定積分進行積分,然後對得到的結果用插值方法,分別求出Lagrange插值多項式和Newton插值多項式,再運\用最小二乘法的思想求出擬合多項式,最後對這些不同類型多項式進行比較,找出它們各自的優劣。 -numerical analysis of Euler algorithm is base
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:85.83kb
    • 提供者:向勇
  1. lee

    0下载:
  2. Vc++Romberg的,计算方法中romberg算法的c程序源码-Vc Romberg, calculation method Romberg Algorithm c procedures FOSS
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:qwe
  1. NumericalAnalysis

    1下载:
  2. 用JAVA编写的一个界面程序,实现了二分法、牛顿法、高斯法、SOR迭代法、三角分解法、三次样条插值曲线、曲线拟合的最小二乘法、数值积分Romberg算法、常微分方程的初值解法 改进Euler法、矩阵的特征值和特征向量 反幂法-An interface with a JAVA program written to achieve a dichotomy, Newton method, Gauss law, SOR iteration method, triangular decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:Lynn
  1. ROMBERG

    0下载:
  2. 在变步长求积过程中的三个加速公式,将粗糙的积分近似值迅速加工成精度较高的积分近似值的求积方法为龙为个求积算法。-Variable step size in order to plot the course of the three accelerated formula rough approximation of the points quickly processed into a high precision quadrature integral approximation method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:651byte
    • 提供者:刘佳
  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
    • 文件大小:2.59mb
    • 提供者:shz
  1. jisuanfangfa

    0下载:
  2. 计算方法中8中典型算法的实现。 jacobi seidal sor 样条插值 自动选取步长 Romberg求积法算法等 -Method of calculating the 8 typical algorithm. jacobi seidal sor automatically selected spline interpolation step Romberg quadrature algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.1mb
    • 提供者:liang
  1. Rombergintegrationmethod

    0下载:
  2. 用龙贝格方法上级计算积分: 这里计算e的-x平方在0到0.8的积分,代码中f函数为被积函数,main函数中输入积分区间。 -Superior method of calculation using Romberg integration: This calculation of e,-x squared from 0 to 0.8 points in the code for the integrand function f the function, main function, en
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:177.76kb
    • 提供者:wq
  1. romberg

    0下载:
  2. 用两个相邻的近似公式(其中后一个公式是由前一个公式的分半得到的)的线性组合而得到更好的近似公式的方法,就是近代电子计算机上常用的Romberg求积方法,也叫逐次分半加速(收敛)法。-With two adjacent approximate formula (where the latter formula is a formula from the previous one and a half received) is a linear combination of better appro
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:169.49kb
    • 提供者:Emily
  1. Romberg

    0下载:
  2. 自编的Romberg数值积分方法,可以修改不同的被积函数-Self in the Romberg numerical integration method, can modify different integrand
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:846byte
    • 提供者:tang
  1. Romberg

    0下载:
  2. 应用Romberg方法计算函数的积分, 应用Romberg方法计算函数的积分。-Application of the integral function of Romberg method, application of Romberg method function points.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:671byte
    • 提供者:litao
  1. Romberg-numerical

    0下载:
  2. 数值分析,计算方法,经典公式,龙贝格公式算法,技术有限,欢迎大家参考-Numerical analysis, computational methods, the classic formula, the formula method Romberg, technology limited, we welcome the reference to
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1.11kb
    • 提供者:陈炎龙
  1. double-romberg

    0下载:
  2. 龙贝格积分法,二重积分,对电场进行数值计算-Romberg integration method, double integral, the numerical calculation of the electric field
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:6.23kb
    • 提供者:张逸
  1. Romberg-and-yangtiao

    0下载:
  2. 用Romberg and yangtiao方法来求解积分 用Romberg and yangtiao方法来求解积分-use the Romberg and yangtiao method to solve the integrate problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.44kb
    • 提供者:meng
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:950.42kb
    • 提供者:lisen
  1. romberg

    0下载:
  2. 数值分析计算程序例子,龙贝格积分法求解函数积分,计算时注意函数端点处matlab是否能求出函数值,如不能需手动输入。-Numerical analysis of examples of the calculation program Romberg integration method for solving function integral.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-09
    • 文件大小:1.14kb
    • 提供者:Zhang li
  1. interval-integral

    1下载:
  2. 龙贝格法计算数值积分C语言代码。改代码本人亲自编写,代码执行效率高,使用时修改方便,注释详细。-Romberg method of numerical integration of the C language code. Personally written to change the code, code execution efficiency, when used to modify detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-23
    • 文件大小:924byte
    • 提供者:ahui
  1. numerical-computing-method

    0下载:
  2. 数值计算LU分解,追赶法,jacobi迭代,高斯迭代法,牛顿插值法,Romberg积分法-Numerical LU decomposition, chasing method, jacobi iteration, Gauss iterative method, Newton interpolation, Romberg integration method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:5.27kb
    • 提供者:袁皓
  1. Romberg

    0下载:
  2. VC++编写,使用Romberg方法计算定积分。 -VC++ written using the Romberg method to calculate the definite integral.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:281.09kb
    • 提供者:sun
  1. romberg_method

    0下载:
  2. 数值分析-龙贝格求定积分romberg method for integral-romberg method for integral
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6.76kb
    • 提供者:Joe
  1. Romberg

    0下载:
  2. 龙贝格求积公式也称为逐次分半加速法。它是在梯形公式、辛普森公式和柯特斯公式之间的关系的基础上,构造出一种加速计算积分的方法。 作为一种外推算法, 它在不增加计算量的前提下提高了误差的精度-Romberg quadrature formula, also known as successive half acceleration method. It is based on the relationship between the trapezoidal formula, Simpson form
  3. 所属分类:Algorithm

    • 发布日期:2017-04-26
    • 文件大小:122.43kb
    • 提供者:yangxu
« 12 3 »
搜珍网 www.dssz.com