当前位置:
首页 资源下载
搜索资源 - runge-kutta matlab
搜索资源列表
-
1下载:
用matlab编写的用于求微分方程解的方法,实现的是Runge-kutta法
-
-
1下载:
数值逼近对于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
-
-
1下载:
采用四阶龙格——库塔算法,应用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
-
-
0下载:
经典Runge-Kutta法,计算积分的源代码,用matlab实现-Classical Runge-Kutta method to calculate the source code of points, using matlab implementation
-
-
5下载:
利用四阶runge-kutta法,计算铅垂面内导弹弹道轨迹的一个例子。-Using fourth-order runge-kutta method, calculation of vertical-plane trajectory of the missile an example
-
-
13下载:
求解时滞微分方程的龙格库塔方法!用matlab编写的。-Solving Delay Differential Equations Runge-Kutta methods! Prepared using matlab.
-
-
4下载:
(有源代码)数值分析作业,本文主要包括两个部分,第一部分是常微分方程(ODE)的三个实验题,第二部分是有关的拓展讨论,包括高阶常微分的求解和边值问题的求解(BVP).文中的算法和算例都是基于Matlab计算的.ODE问题从刚性(STIFFNESS)来看分为非刚性的问题和刚性的问题,刚性问题(如大系数的VDP方程)用通常的方法如ODE45来求解,效率会很低,用ODE15S等,则效率会高多了.而通常的非刚性问题,用ODE45来求解会有很好的效果.从阶次来看可以分为高阶微分方程和一阶常微分方程,高阶的
-
-
0下载:
前人用四阶龙格库塔方法进行微分方程解算,用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
-
-
1下载:
考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性的。-Considered at a fixed interval on a function approximation using interpolation. Clearly, Lagrange interpolation nodes are used the mo
-
-
2下载:
解微分方程(组)的定步长四阶龙格库塔法算法源代码-Solution of differential equations (Group) of fixed step size fourth-order Runge-Kutta method algorithm source code
-
-
2下载:
Lorenz 吸引子三维相空间图,这里用四阶 Runge-Kutta 法得到微方程的离散序列-Lorenz Runge-Kutta
-
-
0下载:
考虑在一个固定区间上用插值逼近一个函数。显然,Lagrange插值中使用的节点越多,插值多项式的次数就越高。我们自然关心插值多项式增加时,Ln(x)是否也更加靠近被逼近的函数。龙格(Runge)给出的一个例子是极著名并富有启发性-Consider a fixed-interval interpolation using a function approximation. Obviously, Lagrange interpolation nodes are used the more the n
-
-
0下载:
Fortran file to solve blasius equation by using runge kutta 4th order
-
-
0下载:
常微分方程的各种求解方法:Euler法、Runge-kutta法、Hamming法等-Ordinary differential equations to solve a variety of methods: Euler method, Runge-kutta method, Hamming Law
-
-
0下载:
在matlab中四阶Runge-Kutta法求解常微分方程-Runge-Kutta
-
-
5下载:
常微分方程的数值解法及仿真
一、 欧拉(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
-
-
1下载:
龙格-库塔法(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.
-
-
0下载:
解决离散偏微分方程组的Runge-kutta 算法matlab程序-To solve partial differential equations discrete Runge-kutta method matlab program
-
-
0下载:
龙格库塔算法解微分方程的名声显赫,将算法的理论、MATLAB实现以及ode45验证总结-Runge Kutta algorithm for solving differential equations of fame, theory, MATLAB algorithm and ode45 verification summary
-
-
0下载:
Solve first order differential equation using 4th order runge kutta, improved euler, predictor-corrector (adam bashforth-moulton)
-