搜索资源列表
test-posi.tar
- 一个结构响应分析程序,采用dmap编程,具体算法使用四阶龙格库塔算法riccati方法求解-a structural response analysis procedures using DMAP program, the specific algorithm used four bands Runge - Kutta method to solve algorithm Riccati
jifen124
- 龙格---库塔方法是求解微分方程比较常用的方法,在理解数学上是怎么一回事后,编制这个程是相当容易的,就是个迭代的过程.步长的选取也是很有讲究的,过小的步长反而会导致误差累积过大. 相关的理论请参考相关的数值算法的书籍,我这里只给出关键的函数及主程序段,其余相关的细节就不再一一罗列了.-Runge - Kutta method to solve the differential equation is more commonly used method, in understanding h
3
- 这是一个计算方法中的四阶经典Runge-Kutta方法演示程序,用C语言编写
Runge_Kutta_4
- 4+ runge kutta 方法 。。求解各类所需
runge-kutta
- 用matlab编写的用于求微分方程解的方法,实现的是Runge-kutta法
matlab_Runge-Kutta-Fehlberg
- matlabMATLAB使用龙格-库塔-芬尔格(Runge-Kutta-Fehlberg)方法来解ODE问题。
RungeKutta
- runge-kutta,包括eula,中点公式等二阶及4阶的runge-kutta方法-runge-kutta, including the eula, and 4 mid-point formula and other second-order runge-kutta method
Runge-Kutta-4th-Order-Method--
- 用于求解常微分方程的四阶龙格-库塔法,该方法是一种很好的求解微分方程方法。-Runge- Kutta method for solving ordinary differential equations, the method is a good method for solving differential equations.
runge-kutta-fortran
- 4阶Runge-kutta 方法,用fortran语言编写的计算程序。-Runge-kutta method,fortran
Runge-Kutta
- 常微分方程组的四阶Runge-Kutta方法,自己做的一个作业,感觉还可以吧-Fourth-order Runge-Kutta method for ordinary differential equations, a job do it yourself, you can feel it
Runge-kutta
- 一种高精度 单步的数值积分方法,在已知方程导数和初值信息,利用计算机仿真时应用,省去求解微分方程的复杂过程。-A numerical integration method for high precision of single step, in the known equation of derivative and initial information, using the application of computer simulation, the complex process of
4order_Runge-Kutta--SIR
- 用4阶龙格库塔方法模拟SIR流行病传播演化模型-With 4-order Runge-Kutta method of simulated evolution model SIR Epidemic
007
- 四阶runge-kutta方法求解随机微分方程-4th runge-kutta slove the SDE
001
- 四阶runge-kutta方法求非线性动力系统,并计算其最大李雅谱诺夫指数-Fourth Order runge-kutta method of nonlinear dynamical systems, and calculate the maximum Lyapunov index
Runge-Kutta
- 利用 matlab 软件进行编程实现 4 阶 Runge-Kutta 方法求解微分方程初值问题,并附带示例求解过程,高效求解微分方程。-Using matlab software programming fourth-order Runge-Kutta Methods for Differential Equations, and comes with sample solution process, efficiently solving differential equations.
四阶龙格库塔法程序——_FORTRAN语言编写
- 关于Runge-Kutta方法,该方法是用来解形如y'=f(t,y)的常微分方程的经典的4阶R-K方法,用fortran语言编写(With respect to the Runge-Kutta method, the method is used to solve the classical 4 order R-K method of ordinary differential equations such as y'=f (T, y), and is written in FORTRAN la
untitled99.m
- 考虑morison公式,并用四阶龙哥库塔方法计算非线性耦合微分方程过程。(fourth-order Runge-Kutta Method)
1D Euler
- 本程序用于求解一维无粘可压缩欧拉方程(激波管问题) 运用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
dandaoyouhua
- 建立导弹三自由度模型,对上升弹道轨迹进行优化。使用四阶龙格库塔方法进行解算。(A three-degree-of-freedom missile model was established to optimize the trajectory of the rising trajectory. Use the fourth-order Runge-Kutta method for solving.)
matlab 常微分方程数值解法 源程序代码
- 11.1 Euler方法 380 11.1.1 Euler公式的推导 380 11.1.2 Euler方法的改进 383 11.2 Runge-Kutta方法 385 11.2.1 二阶Runge-Kutta方法 385 11.2.2 三阶Runge-Kutta方法 388 11.2.3 四阶Runge-Kutta方法 390 11.2.4 隐式Runge-Kutta方法 391 11.3 线性多步法 392 11.3.1 Adams外推公式