搜索资源列表
solution-of-Differential-equation-group
- 提供了4种解常微分方程组的c++代码:定步长四阶龙格-库塔(Runge-Kutta)法(RK4->RKDUMP); 自适应变步长的龙格-库塔(Runge-Kutta)法(RKQC->ODEINT); 改进的中点法(MMID); 外推法(BSSTEP(RZEXTR(有理函数), PZEXTR(多项式));-provide four kinds of solutions of ordinary differential equations c code : There will be f
step-RK4
- 四阶RK方法计算单波方程,偏微分方程数值解,Fortran编写。
RK4-AB4-AM4
- 该文件中包含有常微分方程初值问题的四种数值解法,分别是:RK4法,AB4法,AB4_AM4预测矫*和改进的AB4_AM4法
EquationGUI-II
- 采用四阶龙格——库塔算法,应用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 PREDAPREDA
LeslieGower
- LESLIE GOWER EQUATIONS BY RK4
RK4
- 龙格库塔法解二阶方程的数值计算代码. 分别套用两次龙格库塔法解-Runge-Kutta method of numerical solution of second-order equation of the code. Were applied to two solutions of Runge-Kutta method
Rao_eg11_11
- these are matlab files in relation to RK4
rk4
- 龙格库塔四阶方法,matlab编程,仅供参考-Runge-Kutta fourth-order method, matlab programming, reference
work
- 用显示euler法、heun法、中点法和rk4方法求解一阶微分方程精确解和数值解的程序-Euler method with the show, heun method, midpoint method and rk4 exact method for solving first order differential equations and numerical solutions of the procedures
ak4ab4ab4-am4
- rk4计算方法,ab 4-am4计算方法,这些为数值计算方法中的常用的几种计算多为方程组的方法-rk4 method, ab4 method, ab4-am4 calculation method such as numerical calculations in several commonly used methods are mostly equations
rk4
- 改进的四阶龙格库塔算法,Improved fourth-order Runge-Kutta algorithm另带独立分量法程序-Improved fourth-order Runge-Kutta algorithm
metodos1
- euler, runge kutta and others in a GUI
Ordinary-Differential-Equations
- 求解常微分方程组,用了四种方法,分别是:先前欧拉、向后欧拉、改进欧拉、RK4方法。-Solution of ordinary differential equations, using the four methods are: the previous Euler, Backward Euler, Improved Euler, RK4 method.
holmes
- RK4 method 1=euler,beuler 2=beuler,trap,rk4 3=trap,rk4 4=beuler,trap-RK4 method1=euler,beuler 2=beuler,trap,rk4 3=trap,rk4 4=beuler,trap
RK4method
- approximate solutions of 4th order ODE using the Runge–Kutta method (RK4)
RK4
- using Matlab prepared by the four bands Runge-Kutta procedure
RK4
- RK4演算法,可用於解決線性及非線性微分方程-RK4 algorithm can be used to solve linear and non-linear differential equations
rk4-for-one
- 用RK4(四阶龙格库塔法)的方法求的一阶导数方程组的解,程序比较简单,且精确-With RK4 (fourth-order Runge-Kutta method) method for solving the first-order derivative equations, the program is relatively simple and accurate
RK4
- The code solve ODE using RK4, include results.
Runge Kutta From Dukkipati Book
- This program is base on RK4.