搜索资源列表
runge-kutta
- 用matlab编写的用于求微分方程解的方法,实现的是runge-kutta法
rungehanshuchazhiwenti.rar
- 比较三次样条插值和拉格朗日插值多项式对runge函数插值的效果并作图解释,Comparison of cubic spline interpolation and Lagrange interpolation polynomial interpolation of the runge function and mapping to explain the effect of
main
- 导弹弹道仿真计算程序,采用四阶龙格库塔法,为研究导弹弹道仿真提供有效计算方法-Missile trajectory simulation program, using fourth-order runge-Kutta method for the study of the missile trajectory simulation provides an effective method
runge
- 数值逼近对于runge函数f(x)= ,在[-1,1]上作等距节点插值,分别取n=4,n=8,n=12,插值的图像-Numerical approximation for the runge function f (x) =, in [-1,1] on equidistant nodes for interpolation, respectively n = 4, n = 8, n = 12, the image interpolation
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
runge-Kutta
- 经典runge-Kutta法,计算积分的源代码,用matlab实现-Classical runge-Kutta method to calculate the source code of points, using matlab implementation
runge-kutta4
- 利用四阶runge-kutta法,计算铅垂面内导弹弹道轨迹的一个例子。-Using fourth-order runge-kutta method, calculation of vertical-plane trajectory of the missile an example
chuas
- 本代码是由matlab实现蔡氏电路的混沌仿真,采用的是四阶龙格-库塔方法,比较简便。-This code is a matlab implementation of the chaotic Chua' s circuit simulation, using a fourth order runge- Kutta method, more simple.
RK_4
- 求解时滞微分方程的龙格库塔方法!用matlab编写的。-Solving Delay Differential Equations runge-Kutta methods! Prepared using matlab.
Chapter6
- 数值解法 例1 用改进的欧拉方法求一阶方程初值问题的 数值解 例2 数学摆的运动方程与近似方程数值解比较 例3 四阶龙格库塔公式求数值解 matlab实现求数值解 例1 求初值问题y =x*sin(x)-y,y(0)=0的数值 解.先编辑一个定义方程的ODEF函数文件 ODEfun1.m. 例2 求方程组初值问题的数值解,按指定步长 0.05划分节点. 例3 按指定的精度求高阶方程初值问题的数值解.-Numerical S
longgexianxiang
- 数值计算方法 龙格现象+解决(切比雪夫点的定义)-Numerical method runge phenomenon+ Solution (Chebyshev point definition)
numerical_analysis_homework
- (有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
naviga090205
- 前人用四阶龙格库塔方法进行微分方程解算,用matlab编写的源代码,主要用于四元素微分方程的实时解算,上传-Using fourth-order runge-Kutta methods for differential equation solvers, prepared to use matlab source code, mainly for the four elements of real-time differential equation solver
runge
- runge现象的matlab仿真,用于数值分析-phenomenon of runge, simulated via matlab, for mathmatical analysis
runge-Kutta
- 在matlab中四阶runge-Kutta法求解常微分方程-runge-Kutta
matlab
- 龙格4阶matlab仿真 进行数据仿真运算看可以进行调用和修改-runge matlab m-file
runge-kutta
- 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四阶龙格-库塔法程序 9 参考文献 10 -runge
runge-Kutta
- 龙格-库塔法(runge-Kutta)是用于模拟常微分方程的解的重要的一类隐式或显式迭代法。-runge- Kutta method (runge-Kutta) is used to simulate the ordinary differential equations of an important class of implicit or explicit iterative method.
matlab
- matlab四阶龙格库塔法 求解微分方程数值解 源程序代码(matlab four runge Kutta method is applied to solve the numerical solution source code of differential equations.)
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外推公式