CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - romberg matlab code
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - romberg matlab code - List
[
Other
]
用龙贝格法计算函数f
DL : 0
介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
Update
: 2008-10-13
Size
: 2.77kb
Publisher
:
tsibintsibin
[
Other
]
用龙贝格法计算函数f
DL : 0
介绍和使用龙贝格法进行数值分析的程序代码,Matlab-introduction and use Romberg method of numerical analysis code, Matlab
Update
: 2025-02-17
Size
: 3kb
Publisher
:
tsibintsibin
[
matlab
]
龙贝格积分法
DL : 0
三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-three polynomial interpolation Hangzhou least squares polynomial interpolation Romberg integration subparagraph Line sex angle interpolation three interpolation these numerical analysis is commonly used in concentrated classical methods, and use Matlab show!
Update
: 2025-02-17
Size
: 3kb
Publisher
:
jasa
[
matlab
]
romberg
DL : 0
mathematica romberg integration programme code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
sober
[
Windows Develop
]
xx
DL : 0
Romberg积分和变步长梯形求积公式的matlab算法程序,详细功能见代码内部说明-Romberg integral and variable step-size trapezoidal quadrature formula matlab algorithm program in detail capabilities see the code for internal notes
Update
: 2025-02-17
Size
: 11kb
Publisher
:
shiruiqi123
[
matlab
]
Rombegrg
DL : 0
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。 编写函数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:
Update
: 2025-02-17
Size
: 21kb
Publisher
:
kice
[
Algorithm
]
RobergandIntgauss
DL : 0
在MATLAB平台下,利用龙贝格公式和高斯公式,求解数值积分,源码-In the MATLAB platform, using Romberg formula and the Gauss formula, solving numerical integration, source code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
chenshanshan
[
matlab
]
9Lab
DL : 0
Numerical integral, Romberg integral, matlab .m file, source code.
Update
: 2025-02-17
Size
: 86kb
Publisher
:
Fulop
[
Algorithm
]
longbeigejifen
DL : 0
计算方法中的龙贝格积分是求定积分的精度高的近似值,这里提供龙贝格积分的matlab源代码。-Calculation of the Romberg integral definite integral is seeking a high precision approximation, here are Romberg integration matlab source code.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
孙军成
[
Algorithm
]
shuzhijisisuan
DL : 0
数值计算源代码:包含romberg和差值计算的matlab代码,线性方程组和迭代法的c源代码。-Numerical code: the difference between calculated and included romberg matlab code, linear equations and the iterative method c source code.
Update
: 2025-02-17
Size
: 299kb
Publisher
:
zhangzinan
[
matlab
]
Romberg-code
DL : 0
龙贝格算法的matlab源代码,包含图像,收敛速度分析-Romberg algorithm matlab source code, including images, convergence rate analysis
Update
: 2025-02-17
Size
: 1kb
Publisher
:
周萧潇
[
File Format
]
32365
DL : 0
数值分析matlab部分例题代码:Jacobi迭代法,二分法,幂法,龙贝格算法,插值法-Numerical analysis matlab part of the example code: Jacobi iteration method, bisection method, power method, Romberg algorithm, interpolation
Update
: 2025-02-17
Size
: 313kb
Publisher
:
学制
[
Algorithm
]
integral
DL : 1
该程序用matlab编写数值积分方法,包括梯形公式,Simpson公式和Romberg算法,在main.m文件测试三类算法。这是数值计算方法是必须掌握的代码。-The program is prepared using matlab numerical integration methods, including trapezoidal formula, Simpson and Romberg algorithm for three kinds of formulas in main.m file for testing. Is the numerical calculation method must master code.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
蔡声泽
[
matlab
]
romberg
DL : 0
romberg积分公式算法的matlab代码,直接代入函数即可,romberg积分公式算法的matlab代码,直接代入函数即可(Romberg integral formula algorithm matlab code, directly into the function can be)
Update
: 2025-02-17
Size
: 50kb
Publisher
:
KVZHEN
[
Other
]
matlab求积分实例
DL : 0
插值型求积方法 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 8.3.3 步长逐次减半柯特斯求积公式 290 8.3.4 Romberg求积公式 291 8.4 自适应求积方法 293 8.5 Gauss求积方法 295 8.5.1 Gauss求积公式的构造 295 8.5.2 几种常用的Gauss求积公式 297 8.6 重积分的数值解 303 8.7 MATLAB自带函数应用 304 8.7.1 trapz函数 304 8.7.2 integral函数 305 8.7.3 integral2函数 307 8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
Update
: 2025-02-17
Size
: 11kb
Publisher
:
XWLYF
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.