搜索资源列表
matlab_code
- Lagrange interpolation, Heun-Lagrange interpolation, Heun...
CODES
- This file conclude of five codes , four of them in Mathematica program and one in C++. 1. Erk4.nb. this code represent the explicit Runge Kutta method of order four for solving first order ODE. 2. RK45.nb This code r
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 VANDERPOLO
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
heun
- matlab programming-matlab programming..........................
FX2N-10PG
- PLC程序,电梯实用程序,多层复制,自动扶梯。-no heun hhnusk shkeuj
euler
- Euler法 , 改进Euler法 , Heun法 ,利用matlab实现,解常微分方程-Improved Euler method ' Euler method' , ' ' ' Heun Law' , using matlab to achieve solution of ordinary differential equations
Euler-method
- 高斯赛德尔消元法、Heun法等实现线性方程组的求解、另附一份MATLAB之GUI设计基础-High Sisaideer elimination method, Heun method to achieve linear equations, attach a MATLAB GUI design basis
FX2N-10PG
- PLC程序,电梯实用程序,多层复制,自动扶梯。-no heun hhnusk shkeuj
FX2N-10PG
- PLC程序,电梯实用程序,多层复制,自动扶梯。-no heun hhnusk shkeuj
solving-defferential-equations
- 包含三种求微分方程的方法:Euler法,Heun方法,以及Heun with corrector方法。-This package includes three methods for solving differential equation, they are Euler method, Heun method and Heun with corrector method.
heun-euler
- 用heun,euler方法求微分方程,并每隔0.3秒画点显示每步结果。-Using heun, euler method for differential equations, and every 0.3 seconds to draw points show the results of each step.
ODE-with-Numerical-Methods
- (单步和多步)数值方法求解一阶常微分方程。 方法包括: 1.欧拉方法 2.修的方法 3.四阶龙格库塔方法 4.Adams-Bashforth方法 5.Adams-Moulton方法-Numerical Methods (single step and multi step) for solving First Order Ordinary Differential Equations. Methods in