Welcome![Sign In][Sign Up]
Location:
Search - romberg

Search list

[AlgorithmRomberg

Description: 在vc++环境下实现了数值分析中的Romberg算法-Romberg Algorithm in VC++
Platform: | Size: 203776 | Author: 李爽 | Hits:

[Data structsC12

Description: 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格 -10 important algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, 10 important Romberg algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, Long Berg
Platform: | Size: 4096 | Author: 潜力 | Hits:

[Mathimatics-Numerical algorithmsRomberg

Description: 运用龙贝格积分法计算下列积分以及误差判定-The use of Romberg integration method and error to determine the following points
Platform: | Size: 3072 | Author: 叶云秋 | Hits:

[AlgorithmROMBERG

Description: 在变步长求积过程中的三个加速公式,将粗糙的积分近似值迅速加工成精度较高的积分近似值的求积方法为龙为个求积算法。-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 for the months-long quadrature algorithm.
Platform: | Size: 1024 | Author: 刘佳 | Hits:

[Mathimatics-Numerical algorithmsfuhuaqiujikechengsheji

Description: 利用复化梯形公式、 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 are given, and the preparation of procedures, the conclusions are given.
Platform: | Size: 90112 | Author: 猫猫 | Hits:

[Mathimatics-Numerical algorithmsMathProblem

Description: Romberg算法——梯形法的递推化的程序代码,可以运行,注意的是,输出的函数有的时候要进行特定值的定义,否则不会输出结果.比如说sin(x)/x,在0点处在进行定义函数值为1.-Romberg
Platform: | Size: 1024 | Author: dufeng | Hits:

[Algorithmmainc

Description: 在c++环境下的计算方法程序源代码,包含LU分解,迭代法,二分法,复合梯形公式,简单迭代法,龙贝格公式,最小二乘法拟合,四阶龙格库塔公式,辛普森公式和主元消去法-C++ environment in the calculation of the next source code, including LU decomposition, iterative method, dichotomy, composite trapezoidal formula, a simple iterative method, Romberg formula, least square method, the fourth-order Runge-Kutta formula, Simpson formula and the principal component elimination method
Platform: | Size: 2718720 | Author: shz | Hits:

[Mathimatics-Numerical algorithmsRomberg

Description: 龙贝格算法,数值分析,理论及用法参见清华大学出版社《数值分析》-Romberg algorithm, numerical analysis, theory and usage see the Tsinghua University Press, " Numerical Analysis"
Platform: | Size: 1024 | Author: tony | Hits:

[Program docromberg

Description: Romberg s compressive sensing lecture slides
Platform: | Size: 15434752 | Author: Joey | Hits:

[Algorithmjisuanfangfa

Description: 计算方法中8中典型算法的实现。 jacobi seidal sor 样条插值 自动选取步长 Romberg求积法算法等 -Method of calculating the 8 typical algorithm. jacobi seidal sor automatically selected spline interpolation step Romberg quadrature algorithm
Platform: | Size: 1156096 | Author: liang | Hits:

[Algorithmshuzhijiweifen

Description: 实验三 数值积分与数值微分 实验内容:选用复合梯形公式,复合Simpson公式,Romberg算法-Experiment 3 numerical integration and numerical differentiation experiment content: Using composite trapezoidal rule, composite Simpson formula, Romberg Algorithm
Platform: | Size: 11264 | Author: yuan | Hits:

[AlgorithmRombergintegrationmethod

Description: 用龙贝格方法上级计算积分: 这里计算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, enter the integral interval.
Platform: | Size: 182272 | Author: wq | Hits:

[Mathimatics-Numerical algorithms25707

Description: 数值积分 romberg matlab编程-Numerical integration romberg matlab programming
Platform: | Size: 32768 | Author: 张光桥 | Hits:

[Otherromberg

Description: 龙贝格算法的mathlab实现源代码,一般在计算方法课上使用-Romberg algorithm mathlab implementation source code, generally used in the calculation method of class
Platform: | Size: 45056 | Author: lee | Hits:

[matlab4

Description: romberg求积分,用C++编程实现的 非常好用 谢谢下载-romberg I
Platform: | Size: 245760 | Author: lining | Hits:

[Windows Developxx

Description: Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
Platform: | Size: 11264 | Author: shiruiqi123 | Hits:

[matlabRombegrg

Description: 录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数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)的值: -Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:
Platform: | Size: 21504 | Author: kice | Hits:

[AlgorithmRomberg

Description: 龙贝格算法是在积分区间逐次分半的过程中,对用复合梯形法产生的近似值进行加权平均以获得准确程度较高的近似值的一种方法-Romberg
Platform: | Size: 1024 | Author: 九现神龙 | Hits:

[AlgorithmRomberg

Description: Romberg算法运用C++程序的实现,只要修改被积函数,可以直接求积分-Romberg algorithm using C++ program implementation, as long as the changes have been integrated function, can be directly quadrature
Platform: | Size: 1024 | Author: 陆麒锋 | Hits:

[AlgorithmRomberg

Description: Romberg求积公式,可以达到任意精度。方便使用!基于c++开发。-Romberg quadrature formula, can achieve an arbitrary precision. Easy to use! Based on c++ development.
Platform: | Size: 1024 | Author: jubing | Hits:
« 1 2 3 4 56 7 8 9 10 ... 24 »

CodeBus www.codebus.net