搜索资源列表
-
0下载:
SOLVING DYNAMIC BARANYI S MODEL USING RUNGE-KUTTA 4th ORDER METHOD. IT IS A SINGLE MATLAB PROGRAM TO SOLVE BARANYI S MODEL
-
-
2下载:
该程序利用4阶龙格库塔方法解二阶常微分方程,该微分方程描述火箭发射时质心运动轨迹。-The program uses the 4th order Runge-Kutta method of second order ordinary differential equations, differential equations describe the mass center when the rocket trajectory.
-
-
0下载:
This scr ipt generates a Mackey-Glass time series using the 4th order Runge-Kutta method.
The code is a straighforward translation in Matlab of C source code provided by Roger Jang
-
-
0下载:
approximate solutions of 4th order ODE using the Runge–Kutta method (RK4)
-
-
0下载:
It describes about the Runge Kutta 4th Order method along with its applications
-
-
0下载:
龙格库塔算法的加速算法(matlab),拟二步四阶算法-the accelerating of runge-kutta method by matlab
-
-
0下载:
Solve differential equations, higher order method.DFSOLVE integrates a single ordinary differential equation using 4th and 5th order Runge-Kutta formulas. This routine is designed to be used only with DFIELD.-Solve differential equations, higher orde
-
-
0下载:
Runge kutta method of 4th order to solve ODE with shooting technique
-
-
0下载:
To solve the coupled dynamical system, we use the initial condition and the 4th order Runge-Kutta method to find the first 3 values, and so to apply Adams-Moulton method to
obtain the approximation solution of the system
-
-
2下载:
这是用四阶龙格库塔法计算半导体激光器速率方程的工程,源代码用C语言书写,开发平台为VC6.0。程序输出数据被写入文件SLdata.txt中,其中第一列为仿真时间,第二列为载流子浓度,第三列为光子密度。为了方便更多相关开发者调试,还提供了一个matlab源文件test.m。test.m用于将计算数据在matlab中用曲线显示。-This is project developed by Visual C++ 6.0 software platform, which uses the 4th orde
-
-
2下载:
龙格-库塔法(Runge-Kutta methods)是用于非线性常微分方程的解的重要的一类隐式或显式迭代法,本程序是利用四阶龙格库塔法解的matlab实现(Runge-Kutta 4th order method realized in matlab codes)
-