搜索资源列表
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
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
rk4
- 改进的四阶龙格库塔算法,Improved fourth-order Runge-Kutta algorithm另带独立分量法程序-Improved fourth-order Runge-Kutta algorithm
metodos1
- euler, runge kutta and others in a GUI
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
GEuler-and-RK4
- 求给定初值问题的数值解 用了龙格库塔和欧拉发解的-Demand for a given initial value problem with the Runge-Kutta numerical solution and the solution of the Euler made
NumAnlys
- 东大研究生数值分析上机题,包括牛顿法,高斯算法,逐次超松弛迭代法,3次样条插值,RK4法等函数。-The numerical analysis exercises by computer of southeast university,including Newtons law,Gauss algorithm,SOR,3 times spline interpolation,RK4,etc.
RK4
- 数值分析中,显式4阶龙格-库塔法(Runge-Kutta)是用于求常微分方程数值解的重要迭代法。本算法优点是可以求高阶常微分方程(或多变量微分方程组)的数值解,并且可缩减求解时间-Runge-Kutta method
RK4
- 求解常微分方程的龙格-库塔(Runge - Kutta)法-Ordinary differential equations RungeKutta method
RK4_lor
- 数值计算matlab例程,用RK4算法求解Lorenz方程,验证蝴蝶效应-RK4,Lorenz Equation
lorenz
- 是一个用RK4求解Lorenz方程的程序,比较苯的方法,但可用-A RK4 procedure for solving the Lorenz equations, not efficent way, but workable
rk4
- 常微分方程求解必备工具:4阶龙格库塔法 -Ordinary differential equation solver essential tool: 4-order Runge-Kutta method
pid
- 二阶双容水箱pid控制,针对于线性环节,运用RK4算法-Second-order two-tank pid control for the linear part, the use of RK4 algorithm
pid-2
- 二阶双容水位水箱pid控制,非线性控制,运用rk4算法-Second double capacity water tank pid control, nonlinear control, the use of rk4 algorithm
Runge Kutta From Dukkipati Book
- This program is base on RK4.