搜索资源列表
四阶runge-kutta求微分方程
- 有四阶runge-kutta发求解非线性微分方程,求得结果可画出分插图等等,十一哥通用的好程序。
runge
- 数值计算方法,龙格现象-numerical calculation method, Runge phenomenon
Runge-Kutta
- Runge-Kutta-Fehlberg method
Runge-KuttaC++
- 在使用龙格-库塔(RK)方法对连续系统进行数字仿真时,为了保证数值计算的稳定性以及仿真结果具有足够的精度,通常采用变步长策略。为了有效地解决变步长仿真计算过程中,输出节点与计算节点不相吻合的问题,该文在前人工作的基础上,提出了一个具有大稳定域的四阶连续RK公式对。该公式对在不增加微分方程的右端函数值的计算次数的前提下,可以给出积分步距中任意一点上的数值解,因而具有更大的应用价值。仿真结果表明,该公式对是有效可行的。 -In the
4th-runge-kutta
- 使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta method solution of equations, and gives a Bessel function equations with examples.
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 interpolati
Runge-Kutta
- 两个求解微分方程组 的龙格库塔法程序两个程序可用-Solving the two differential equations Runge-Kutta method can be used two procedures procedures
Runge-Kutta-Verner-method
- 该代码用c++语言实现了Runge-Kutta-Verner-method算法,运行环境为vc6.0-The code using c++ language implementation of the Runge-Kutta-Verner-method algorithm, runtime environment for vc6.0
runge-kutta4
- 利用四阶runge-kutta法,计算铅垂面内导弹弹道轨迹的一个例子。-Using fourth-order runge-kutta method, calculation of vertical-plane trajectory of the missile an example
runge-kutta
- 求解微分方程,四阶runge-kutta法-Solving differential equations, fourth-order runge-kutta method
Runge-Kutta
- 在C++环境下,实现用四阶龙格库塔方法解方程组。-In C++ environment, using fourth-order Runge-Kutta method to solve equations.
Runge
- 使用Newton和三次样条插值,讨论了Runge现象,附件有问题的详细说明-Newton and the use of cubic spline interpolation, discussed the Runge phenomenon, annex a detailed explanation of problem
runge
- runge现象的matlab仿真,用于数值分析-phenomenon of runge, simulated via matlab, for mathmatical analysis
Runge-Kutta
- 在matlab中四阶Runge-Kutta法求解常微分方程-Runge-Kutta
RUNGE
- solution of linear ODE by SHOOTING method Runge kutta
runge-kutta
- 常微分方程的数值解法及仿真 一、 欧拉(Euler)公式 2 二、 龙格-库塔公式 2 1. 二阶龙格-库塔公式 2 2. 四阶龙格-库塔公式 2 三、 一阶常微分方程组的数值解法 2 四、 仿真算例 4 仿真1 应用欧拉法 4 仿真2 应用二阶龙格-库塔法 5 仿真3 应用四阶龙格-库塔法 6 附录 Matlab程序 7 1. 欧拉法程序 7 2. 二阶龙格-库塔法程序 8 3. 四
Runge-Kutta
- 经典Runge-Kutta法,计算积分的源代码,用matlab实现-Classical Runge-Kutta method to calculate the source code of points, using matlab implementation
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.
Runge--kutta
- 编程实现龙格--库塔方法,并与精确解比较-compare runge--kuta
Runge-KuttaC-plusplus
- 在网上找了许多龙格库塔的算法,但是没一个满意的,所以就自己改进这了这个程序,这是用C++写的,而且里面有一个具体的实例,欢迎学习和探讨。-Internet is a lot of Runge-Kutta algorithm, but not a satisfactory, so we own it this improved procedure, which is written in C++, and there were a con