CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - euler runge
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - euler runge - List
[
Mathimatics-Numerical algorithms
]
综合算法
DL : 0
数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab mathematical modeling toolkit (and the many examples). Common algorithms : algorithms such as Floyd, the partition algorithms, dynamic programming, algorithm, greedy algorithm
Update
: 2008-10-13
Size
: 1.39mb
Publisher
:
罗鹏魁
[
Other resource
]
nm-13
DL : 0
主要介绍的常微分方程的数值解法, 如欧拉,龙格解法等等。-introduced Ordinary Differential numerical method, such as Euler, Runge solution, and so on.
Update
: 2008-10-13
Size
: 45.69kb
Publisher
:
jerk
[
Algorithm
]
常微分方程初值问题的数值解法
DL : 1
常微分方程初值问题的数值解法:Euler方法、 Runge-Kutta方法、线性多步法、预测-校正法、 等。-Ordinary Differential Problems Numerical Solution : Euler's method, Runge- Kutta method, linear multi-step forecast-correction method, etc.
Update
: 2025-02-19
Size
: 20kb
Publisher
:
周思良
[
Mathimatics-Numerical algorithms
]
综合算法
DL : 0
数值类综合算法 常用数值计算工具包(龙贝格算法、改进欧拉法、龙格库塔方法、复合辛普森),Matlab数学建模工具箱(以及众多实例)。 常用算法:如Floyd算法、分治算法、动态规划、组合算法、贪婪算法-composite numerical algorithm commonly used numerical Kit (Romberg algorithm, improved Euler, Runge Kutta method composite Simpson), Matlab mathematical modeling toolkit (and the many examples). Common algorithms : algorithms such as Floyd, the partition algorithms, dynamic programming, algorithm, greedy algorithm
Update
: 2025-02-19
Size
: 1.38mb
Publisher
:
罗鹏魁
[
CSharp
]
vis.tar
DL : 0
用欧拉,龙格库塔,Heuch 方法解非线性方程的其中一种方法,没有解密密码-with Euler, the Runge- Kutta, Heuch method for solving systems of nonlinear equations, one way yet to be declassified Password
Update
: 2025-02-19
Size
: 87kb
Publisher
:
Ellen Niu
[
Algorithm
]
4jf
DL : 0
偏微分方程四方法划曲线比较C源码. 欧拉法 改进欧拉法 龙格-库塔法 阿达姆斯法 -PDE method is four curves C source. Euler Euler Improvement Act Runge- Kutta method Adams Act
Update
: 2025-02-19
Size
: 37kb
Publisher
:
[
Mathimatics-Numerical algorithms
]
shuzhijifeng
DL : 0
数值积分方法类型Model,1=欧拉法,2=二阶龙格库塔,4=四阶龙格库塔-numerical integration methods Model type, a = Euler, 2 = second-order Runge- Kutta, 4 = 4-order Runge- Kutta
Update
: 2025-02-19
Size
: 1.28mb
Publisher
:
曾小权
[
Other
]
nm-13
DL : 0
主要介绍的常微分方程的数值解法, 如欧拉,龙格解法等等。-introduced Ordinary Differential numerical method, such as Euler, Runge solution, and so on.
Update
: 2025-02-19
Size
: 45kb
Publisher
:
jerk
[
Mathimatics-Numerical algorithms
]
Ordinary_Differential_Equationsrar
DL : 0
常微分方程的各种求解方法:Euler法、Runge-kutta法、Hamming法等-Ordinary differential equations to solve a variety of methods: Euler method, Runge-kutta method, Hamming Law
Update
: 2025-02-19
Size
: 7kb
Publisher
:
曾志刚
[
Algorithm
]
Three-pointmethodLaunchVehicleTrackingSystem
DL : 0
三点法跟踪运载火箭系统跟踪目标弹作匀速直线运动,拦截弹做匀速率运动。里面微分方程是用欧拉法求解的,为了提高精确度,改成四阶龙格库塔法-Tracking system to track the target missile launch vehicle for uniform linear motion, interceptor uniform rate of movement to do. Which is Euler' s method for solving differential equations, in order to improve accuracy and change into a fourth-order Runge-Kutta method
Update
: 2025-02-19
Size
: 22kb
Publisher
:
zhxzhx
[
Algorithm
]
runge-kutta
DL : 0
常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge-kutta
Update
: 2025-02-19
Size
: 212kb
Publisher
:
winwind
[
matlab
]
Chapter6
DL : 0
数值解法 例1 用改进的欧拉方法求一阶方程初值问题的 数值解 例2 数学摆的运动方程与近似方程数值解比较 例3 四阶龙格库塔公式求数值解 Matlab实现求数值解 例1 求初值问题y =x*sin(x)-y,y(0)=0的数值 解.先编辑一个定义方程的ODEF函数文件 ODEfun1.m. 例2 求方程组初值问题的数值解,按指定步长 0.05划分节点. 例3 按指定的精度求高阶方程初值问题的数值解.-Numerical Solution of the law a method of using the improved Euler' s equation of order to a first-order initial value problem of the numerical solution of cases of two mathematical pendulum equations of motion compared with the approximate numerical solutions of equations of three cases of fourth-order Runge-Kutta numerical solution of the formula Matlab order to achieve the numerical solution of demand cases seeking an initial value problem y ' = x* sin (x)-y, y (0) = 0 the numerical solution. first, the definition of an equation editor ODEF function file ODEfun1.m. cases of two demand equations initial value problem of numerical solution, according to the specified division of the node step 0.05. Example 3 according to the specified precision of seeking higher-order equation of the numerical solution of initial value problem.
Update
: 2025-02-19
Size
: 4kb
Publisher
:
率一
[
Software Engineering
]
euler_runge_kutta
DL : 0
Document on Optimization Techniques and source code for solving problems using Euler method and Runge Kutta method
Update
: 2025-02-19
Size
: 311kb
Publisher
:
ver0
[
matlab
]
EquationGUI-II
DL : 0
采用四阶龙格——库塔算法,应用MATLAB编写的常微分方程、偏微分方程求解算法及界面。 关键词:gui,ode,pde,difference method, runge kutta,euler,heun MATLAB版本:7.0 (R14)-EULER.m HEUN.m Rk4.M implement euler heun and runge kutta fourth order to solve ODE VANDERPOLODE.m LOGISTICOODE.m PREDAPREDATOREODE.m describe some ODE problems (van der pol- prey predator- logistic model) diffcorda.m implement difference method for vibrating string (see pizzicata.m) EQUATIONGUI.m is the main program
Update
: 2025-02-19
Size
: 35kb
Publisher
:
谢刚
[
matlab
]
Euler
DL : 0
欧拉法和龙格库塔算法解一阶常微分方程源代码-Euler method and Runge-Kutta algorithm for solving differential equation source code
Update
: 2025-02-19
Size
: 1kb
Publisher
:
[
matlab
]
metodos1
DL : 0
euler, runge kutta and others in a GUI
Update
: 2025-02-19
Size
: 26kb
Publisher
:
robertotelco
[
Mathimatics-Numerical algorithms
]
Runge-Kutta_fortain
DL : 0
1、用欧拉法、四阶龙格库塔法进行插值计算,求解微分方程。(压缩包内的两个小程序) 2、面向微分方程的仿真程序包。(压缩包内的大程序,ALL OF THE PROGRAM.for) 大程序中又增加了变长的龙格库塔运算方法。-1, using Euler, fourth-order Runge-Kutta method for interpolation, solving differential equations. (Compressed within the two small programs) 2, for the differential equation simulation package. (Compressed within a large program, ALL OF THE PROGRAM.for) large program has increased the longer the Runge-Kutta algorithms.
Update
: 2025-02-19
Size
: 1.25mb
Publisher
:
[
Other
]
1D-Euler-Code-Ver.1
DL : 0
Here is a 1D Euler code (1D shock tube code) for solving Sod s shock tube problem, using Roe s Approximate Riemann solver, minmod limiter, and 2-stage Runge-Kutta time-stepping. Learn how a second-order non-oscillatory Euler code is written, or just run it to see how it is capable of computing discontinuous solutions. Incorporate various flux subroutines given below to explore other methods.
Update
: 2025-02-19
Size
: 6kb
Publisher
:
cdp
[
Algorithm
]
euler.runge-kutta
DL : 0
欧拉法,龙格库塔法解微分方程的m文件,代码比较简短,但效率挺高。-Euler, Runge-Kutta method for solving differential equations( m file)
Update
: 2025-02-19
Size
: 2kb
Publisher
:
jack
[
Windows Develop
]
1D Euler
DL : 1
本程序用于求解一维无粘可压缩欧拉方程(激波管问题) 运用Dummy Cell处理边界条件; 通量计算方式: AUSM Scheme; 重构方法:MUSCL方法 限制器:Van Albada限制器 时间离散:四步Runge-Kutta方法(his program is used to solve one dimensional inviscid compressible Euler equation (shock tube problem) Application Dummy Cell Treatment of boundary conditions ; Flux calculation method AUSM Scheme; Refactoring method: MUSCL Method Limiter: Van Albada limiter Time discretization: four steps Runge-Kutta Method)
Update
: 2025-02-19
Size
: 13kb
Publisher
:
cfdzaza
«
1
2
3
4
5
6
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.